UTextLabelLarge constructor

const UTextLabelLarge(
  1. String text, {
  2. Key? key,
  3. Color? color,
  4. FontWeight? fontWeight,
  5. FontStyle? fontStyle,
  6. String? fontFamily,
  7. double? letterSpacing,
  8. double? wordSpacing,
  9. double? height,
  10. TextDecoration? decoration,
  11. Color? decorationColor,
  12. TextDecorationStyle? decorationStyle,
  13. double? decorationThickness,
  14. TextBaseline? textBaseline,
  15. TextAlign? textAlign,
  16. TextOverflow? overflow,
  17. int? maxLines,
  18. bool? softWrap,
  19. StrutStyle? strutStyle,
  20. TextScaler? textScaler,
  21. TextWidthBasis? textWidthBasis,
  22. TextHeightBehavior? textHeightBehavior,
  23. String? semanticsLabel,
  24. List<Shadow>? shadows,
  25. List<FontFeature>? fontFeatures,
  26. List<FontVariation>? fontVariations,
  27. Paint? foreground,
  28. Paint? background,
  29. Color? selectionColor,
  30. TextDirection? textDirection,
  31. TextLeadingDistribution? leadingDistribution,
  32. bool selectable = false,
})

Implementation

const UTextLabelLarge(
  super.text, {
  super.key,
  super.color,
  super.fontWeight,
  super.fontStyle,
  super.fontFamily,
  super.letterSpacing,
  super.wordSpacing,
  super.height,
  super.decoration,
  super.decorationColor,
  super.decorationStyle,
  super.decorationThickness,
  super.textBaseline,
  super.textAlign,
  super.overflow,
  super.maxLines,
  super.softWrap,
  super.strutStyle,
  super.textScaler,
  super.textWidthBasis,
  super.textHeightBehavior,
  super.semanticsLabel,
  super.shadows,
  super.fontFeatures,
  super.fontVariations,
  super.foreground,
  super.background,
  super.selectionColor,
  super.textDirection,
  super.leadingDistribution,
  super.selectable = false,
});