WNormalText constructor

const WNormalText(
  1. String data, {
  2. WTextStyle wStyle = WTextStyle.bodyLarge,
  3. WTextColor wColor = WTextColor.onBackground,
  4. TextStyle? style,
  5. Key? key,
  6. Locale? locale,
  7. int? maxLines,
  8. TextOverflow? overflow,
  9. Color? selectionColor,
  10. String? semanticsLabel,
  11. bool? softWrap,
  12. StrutStyle? strutStyle,
  13. TextAlign? textAlign,
  14. TextDirection? textDirection,
  15. TextHeightBehavior? textHeightBehavior,
  16. double? textScaleFactor,
  17. TextWidthBasis? textWidthBasis,
})

Implementation

const WNormalText(
  super.data, {
  this.wStyle = WTextStyle.bodyLarge,
  this.wColor = WTextColor.onBackground,
  super.style,
  super.key,
  super.locale,
  super.maxLines,
  super.overflow,
  super.selectionColor,
  super.semanticsLabel,
  super.softWrap,
  super.strutStyle,
  super.textAlign,
  super.textDirection,
  super.textHeightBehavior,
  super.textScaleFactor,
  super.textWidthBasis,
});