BidiText constructor
const
BidiText(
- String data, {
- Key? key,
- TextStyle? style,
- StrutStyle? strutStyle,
- TextAlign? textAlign,
- Locale? locale,
- bool? softWrap,
- TextOverflow? overflow,
- TextScaler? textScaler,
- int? maxLines,
- String? semanticsLabel,
- TextWidthBasis? textWidthBasis,
- TextHeightBehavior? textHeightBehavior,
- Color? selectionColor,
- 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,
});