Text29w600 constructor
const
Text29w600(
- String text, {
- Key? key,
- Color? color,
- double? letterSpacing,
- double? wordSpacing,
- TextBaseline? textBaseline,
- FontStyle? fontStyle,
- TextOverflow? overflow,
- int? maxLines,
- TextAlign? textAlign,
- TextDirection? textDirection,
- Locale? locale,
- bool? softWrap,
- StrutStyle? strutStyle,
- TextWidthBasis? textWidthBasis,
- TextHeightBehavior? textHeightBehavior,
- Paint? foreground,
- Paint? background,
- List<
Shadow> ? shadows, - TextDecoration? decoration,
- double? decorationThickness,
- Color? decorationColor,
- TextDecorationStyle? decorationStyle,
- double? height,
- String? debugLabel,
- String? package,
- TextStyle? style,
- 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);