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