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