TextStyle constructor
const
TextStyle({
- TextStyleType type = TextStyleType.custom,
- double? fontSize,
- Color? color,
- FontStyle? fontStyle,
- FontWeight? fontWeight,
- double? letterSpacing,
Implementation
const TextStyle({
this.type = TextStyleType.custom,
this.fontSize,
this.color,
this.fontStyle,
this.fontWeight,
this.letterSpacing,
});