MTextStyle constructor
const
MTextStyle({
- double? size,
- MColor? color,
- double? opacity,
- bool? bold,
- MFontWeight? weight,
- bool? italic,
- MTextRole? role,
- MTextStyle? baseStyle,
Implementation
const MTextStyle({
this.size,
this.color,
this.opacity,
this.bold,
this.weight,
this.italic,
this.role,
this.baseStyle,
});