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