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