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