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