LabelLargeText constructor

const LabelLargeText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. StrutStyle? strutStyle,
  5. TextAlign? textAlign,
  6. TextDirection? textDirection,
  7. Locale? locale,
  8. bool? softWrap,
  9. TextOverflow? overflow,
  10. double? textScaleFactor,
  11. int? maxLines,
  12. String? semanticsLabel,
  13. TextWidthBasis? textWidthBasis,
  14. Color? textColor,
  15. String? textKey,
  16. BoxFit? fit,
})

Implementation

const LabelLargeText(
  String text, {
  super.key,
  super.style,
  super.strutStyle,
  super.textAlign,
  super.textDirection,
  super.locale,
  super.softWrap,
  super.overflow,
  super.textScaleFactor,
  super.maxLines,
  super.semanticsLabel,
  super.textWidthBasis,
  super.textColor,
  super.textKey,
  super.fit,
}) : super(text);