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