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