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