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