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