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