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