Text29w600 constructor

const Text29w600(
  1. String text, {
  2. Key? key,
  3. Color? color,
  4. double? letterSpacing,
  5. double? wordSpacing,
  6. TextBaseline? textBaseline,
  7. FontStyle? fontStyle,
  8. TextOverflow? overflow,
  9. int? maxLines,
  10. TextAlign? textAlign,
  11. TextDirection? textDirection,
  12. Locale? locale,
  13. bool? softWrap,
  14. StrutStyle? strutStyle,
  15. TextWidthBasis? textWidthBasis,
  16. TextHeightBehavior? textHeightBehavior,
  17. Paint? foreground,
  18. Paint? background,
  19. List<Shadow>? shadows,
  20. TextDecoration? decoration,
  21. double? decorationThickness,
  22. Color? decorationColor,
  23. TextDecorationStyle? decorationStyle,
  24. double? height,
  25. String? debugLabel,
  26. String? package,
  27. TextStyle? style,
  28. String? semanticsLabel,
})

Implementation

const Text29w600(
  this.text, {
  Key? key,
  this.color,
  this.letterSpacing,
  this.wordSpacing,
  this.textBaseline,
  this.fontStyle,
  this.overflow,
  this.maxLines,
  this.textAlign,
  this.textDirection,
  this.locale,
  this.softWrap,
  this.strutStyle,
  this.textWidthBasis,
  this.textHeightBehavior,
  this.foreground,
  this.background,
  this.shadows,
  this.decoration,
  this.decorationThickness,
  this.decorationColor,
  this.decorationStyle,
  this.height,
  this.debugLabel,
  this.package,
  this.style,
  this.semanticsLabel,
}) : super(key: key);