FLDyUnitTextStyle constructor

FLDyUnitTextStyle(
  1. String? themeStyle,
  2. bool? inherit,
  3. String? color,
  4. String? backgroundColor,
  5. String? fontFamily,
  6. double? fontSize,
  7. String? fontWeight,
  8. String? fontStyle,
  9. double? letterSpacing,
  10. double? wordSpacing,
  11. String? textBaseline,
  12. double? height,
  13. List<String>? textDecorations,
  14. String? decorationColor,
  15. String? decorationStyle,
  16. double? decorationThickness,
)

Implementation

FLDyUnitTextStyle(
    this.themeStyle,
    this.inherit,
    this.color,
    this.backgroundColor,
    this.fontFamily,
    this.fontSize,
    this.fontWeight,
    this.fontStyle,
    this.letterSpacing,
    this.wordSpacing,
    this.textBaseline,
    this.height,
    this.textDecorations,
    this.decorationColor,
    this.decorationStyle,
    this.decorationThickness);