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