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