LabelStyle constructor
const
LabelStyle({
- Color color = Colors.black87,
- int? fontSize = 12,
- FontWeight fontWeight = FontWeight.normal,
- double? lineHeight,
Implementation
const LabelStyle({
this.color = Colors.black87,
this.fontSize = 12,
this.fontWeight = FontWeight.normal,
this.lineHeight,
});