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