BidiText constructor

const BidiText(
  1. String data, {
  2. Key? key,
  3. TextStyle? style,
  4. StrutStyle? strutStyle,
  5. TextAlign? textAlign,
  6. Locale? locale,
  7. bool? softWrap,
  8. TextOverflow? overflow,
  9. TextScaler? textScaler,
  10. int? maxLines,
  11. String? semanticsLabel,
  12. TextWidthBasis? textWidthBasis,
  13. TextHeightBehavior? textHeightBehavior,
  14. Color? selectionColor,
  15. int? sampleLength = 50,
})

Implementation

const BidiText(
  super.data, {
  super.key,
  super.style,
  super.strutStyle,
  super.textAlign,
  super.locale,
  super.softWrap,
  super.overflow,
  super.textScaler,
  super.maxLines,
  super.semanticsLabel,
  super.textWidthBasis,
  super.textHeightBehavior,
  super.selectionColor,
  this.sampleLength = 50,
});