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