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