UTextDisplayLarge constructor

const UTextDisplayLarge(
  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. GestureTapCallback? onTap,
  33. VoidCallback? onPress,
  34. GestureLongPressCallback? onLongPress,
  35. GestureTapCallback? onDoubleTap,
  36. bool splash = false,
  37. Color? splashColor,
  38. Color? highlightColor,
  39. Color? hoverColor,
  40. double? pressedScale,
  41. MouseCursor? cursor,
  42. ValueChanged<bool>? onHover,
  43. EdgeInsetsGeometry? margin,
  44. double? opacity,
  45. String? tooltip,
  46. String? heroTag,
  47. bool visible = true,
  48. BoxFit? fit,
  49. AlignmentGeometry fitAlignment = Alignment.center,
  50. double? scale,
  51. double? rotate,
  52. Offset? translate,
  53. bool center = false,
  54. bool safeArea = false,
  55. int? expanded,
  56. int? flexible,
  57. bool positioned = false,
  58. double? left,
  59. double? top,
  60. double? right,
  61. double? bottom,
  62. double? positionedWidth,
  63. double? positionedHeight,
  64. bool selectable = false,
})

Implementation

const UTextDisplayLarge(
  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.onTap,
  super.onPress,
  super.onLongPress,
  super.onDoubleTap,
  super.splash = false,
  super.splashColor,
  super.highlightColor,
  super.hoverColor,
  super.pressedScale,
  super.cursor,
  super.onHover,
  super.margin,
  super.opacity,
  super.tooltip,
  super.heroTag,
  super.visible = true,
  super.fit,
  super.fitAlignment = Alignment.center,
  super.scale,
  super.rotate,
  super.translate,
  super.center = false,
  super.safeArea = false,
  super.expanded,
  super.flexible,
  super.positioned = false,
  super.left,
  super.top,
  super.right,
  super.bottom,
  super.positionedWidth,
  super.positionedHeight,
  super.selectable = false,
});