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