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