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