TextStyle constructor
const
TextStyle({
- String? color,
- double? fontSize,
- FontWeight? fontWeight,
- FontStyle? fontStyle,
- TextDecoration? decoration,
- double? lineSpacing,
- double? height,
- double? letterSpacing,
TextStyle API.
Implementation
const TextStyle({
this.color,
this.fontSize,
this.fontWeight,
this.fontStyle,
this.decoration,
this.lineSpacing,
this.height,
this.letterSpacing,
});