WireRichText constructor
const
WireRichText(
- TextSpan _text, {
- Key? key,
- TextAlign? textAlignment,
- int maxLines = 1,
- EdgeInsetsGeometry? margin,
- StrutStyle? strutStyle,
- TextStyle? defaultStyle,
Implementation
const WireRichText(this._text,{Key? key,
this.textAlignment,
this.maxLines = 1,
this.margin,
this.strutStyle,
this.defaultStyle,
}) : super(key: key);