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