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