menu
healthicons_flutter package
documentation
filled/man.dart
Man
Man.new const constructor
Man.new const constructor
dark_mode
light_mode
Man
constructor
const
Man
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Man({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/man
Man
Man.new const constructor
Man class