WireRichText constructor

const WireRichText(
  1. TextSpan _text, {
  2. Key? key,
  3. TextAlign? textAlignment,
  4. int maxLines = 1,
  5. EdgeInsetsGeometry? margin,
  6. StrutStyle? strutStyle,
  7. TextStyle? defaultStyle,
})

Implementation

const WireRichText(this._text,{Key? key,
 this.textAlignment,
 this.maxLines = 1,
 this.margin,
 this.strutStyle,
 this.defaultStyle,
  }) : super(key: key);