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