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