BidiText constructor

const BidiText(
  1. InlineSpan textSpan, {
  2. Key? key,
  3. bool bidiEnabled = true,
  4. List<InlineCodeRun> inlineCodeRuns = const <InlineCodeRun>[],
  5. TextStyle? style,
  6. TextAlign? textAlign,
  7. TextDirection? textDirection,
  8. bool? softWrap,
  9. TextOverflow? overflow,
  10. TextScaler? textScaler,
  11. int? maxLines,
  12. Locale? locale,
  13. StrutStyle? strutStyle,
  14. TextWidthBasis? textWidthBasis,
  15. TextHeightBehavior? textHeightBehavior,
  16. 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,
});