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