RichTextProxy constructor

const RichTextProxy(
  1. RichText child,
  2. TextStyle textStyle,
  3. TextAlign textAlign,
  4. TextDirection textDirection,
  5. double textScaleFactor,
  6. Locale locale,
  7. StrutStyle strutStyle,
  8. TextWidthBasis textWidthBasis,
  9. TextHeightBehavior? textHeightBehavior,
)

Implementation

const RichTextProxy(
  RichText child,
  this.textStyle,
  this.textAlign,
  this.textDirection,
  this.textScaleFactor,
  this.locale,
  this.strutStyle,
  this.textWidthBasis,
  this.textHeightBehavior,
) : super(child: child);