BoldText constructor

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

Implementation

const BoldText(
  super.data, {
  required this.styles,
  super.key,
  super.locale,
  super.maxLines,
  super.overflow,
  super.selectionColor,
  super.semanticsLabel,
  super.style,
  super.softWrap,
  super.strutStyle,
  super.textAlign,
  super.textDirection,
  super.textHeightBehavior,
  super.textScaleFactor,
  super.textWidthBasis,
});