menu
iconoir_flutter package
documentation
flower.dart
Flower
Flower.new const constructor
Flower.new const constructor
dark_mode
light_mode
Flower
constructor
const
Flower
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Flower({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
flower
Flower
Flower.new const constructor
Flower class