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