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