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