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