BidiText constructor
const
BidiText(
- InlineSpan textSpan, {
- Key? key,
- bool bidiEnabled = true,
- List<
InlineCodeRun> inlineCodeRuns = const <InlineCodeRun>[], - TextStyle? style,
- TextAlign? textAlign,
- TextDirection? textDirection,
- bool? softWrap,
- TextOverflow? overflow,
- TextScaler? textScaler,
- int? maxLines,
- Locale? locale,
- StrutStyle? strutStyle,
- TextWidthBasis? textWidthBasis,
- TextHeightBehavior? textHeightBehavior,
- Color? selectionColor,
Implementation
const BidiText(
this.textSpan, {
super.key,
this.bidiEnabled = true,
this.inlineCodeRuns = const <InlineCodeRun>[],
this.style,
this.textAlign,
this.textDirection,
this.softWrap,
this.overflow,
this.textScaler,
this.maxLines,
this.locale,
this.strutStyle,
this.textWidthBasis,
this.textHeightBehavior,
this.selectionColor,
});