Skip to main content
Version: 3.0.0

LabelStyle

const LabelStyle({
this.color = Colors.black87,
this.fontSize = 12,
this.fontWeight = FontWeight.normal,
this.lineHeight,
});

color

Typedefault
ColorColors.black87

fontSize

Typedefault
int?12

fontWeight

Typedefault
FontWeightFontWeight.normal

weight of text, thickness of text

lineHeight

Typedefault
double?null