RichTextProxy constructor
const
RichTextProxy(
- RichText child,
- TextStyle textStyle,
- TextAlign textAlign,
- TextDirection textDirection,
- double textScaleFactor,
- Locale locale,
- StrutStyle strutStyle,
- TextWidthBasis textWidthBasis,
- 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);