LabelStyle
const LabelStyle({
this.color = Colors.black87,
this.fontSize = 12,
this.fontWeight = FontWeight.normal,
this.lineHeight,
});
color
Type | default |
---|---|
Color | Colors.black87 |
fontSize
Type | default |
---|---|
int? | 12 |
fontWeight
Type | default |
---|---|
FontWeight | FontWeight.normal |
weight of text, thickness of text
lineHeight
Type | default |
---|---|
double? | null |