menu
iconoir_flutter package
documentation
regular/weight.dart
Weight
Weight const constructor
Weight const constructor
dark_mode
light_mode
Weight
constructor
const
Weight
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Weight({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/weight
Weight
Weight const constructor
Weight class