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