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