TextStyle constructor
const
TextStyle({
- double? fontSize,
- String? color,
- FontWeight? fontWeight,
- String? fontFamily,
- String? backgroundColor,
- TextDecoration? decoration,
- double? letterSpacing,
- double? wordSpacing,
- double? lineHeight,
Implementation
const TextStyle({
this.fontSize,
this.color,
this.fontWeight,
this.fontFamily,
this.backgroundColor,
this.decoration,
this.letterSpacing,
this.wordSpacing,
this.lineHeight,
});