menu
iconoir_flutter package
documentation
regular/gift.dart
Gift
Gift const constructor
Gift const constructor
dark_mode
light_mode
Gift
constructor
const
Gift
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Gift({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/gift
Gift
Gift const constructor
Gift class