Text.rich constructor
Text.rich(})
Implementation
Text.rich(
this.textSpan, {
super.key,
this.style,
this.textAlign = TextAlign.left,
this.softWrap = true,
this.overflow = TextOverflow.clip,
this.maxWidth,
}) : data = null;