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