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