TextStyleData constructor

const TextStyleData({
  1. Paint? background,
  2. ColorDto? backgroundColor,
  3. ColorDto? color,
  4. String? debugLabel,
  5. TextDecoration? decoration,
  6. ColorDto? decorationColor,
  7. TextDecorationStyle? decorationStyle,
  8. double? decorationThickness,
  9. String? fontFamily,
  10. List<String>? fontFamilyFallback,
  11. List<FontFeature>? fontFeatures,
  12. double? fontSize,
  13. FontStyle? fontStyle,
  14. FontWeight? fontWeight,
  15. Paint? foreground,
  16. double? height,
  17. double? letterSpacing,
  18. Locale? locale,
  19. List<ShadowDto>? shadows,
  20. TextBaseline? textBaseline,
  21. double? wordSpacing,
})

Implementation

const TextStyleData({
  this.background,
  this.backgroundColor,
  this.color,
  this.debugLabel,
  this.decoration,
  this.decorationColor,
  this.decorationStyle,
  this.decorationThickness,
  this.fontFamily,
  this.fontFamilyFallback,
  this.fontFeatures,
  this.fontSize,
  this.fontStyle,
  this.fontWeight,
  this.foreground,
  this.height,
  this.letterSpacing,
  this.locale,
  this.shadows,
  this.textBaseline,
  this.wordSpacing,
}) : ref = null;