RichText constructor
RichText({})
Implementation
RichText({
required this.text,
super.key,
this.textAlign = TextAlign.left,
this.softWrap = true,
this.overflow = TextOverflow.clip,
this.maxWidth,
});
RichText({
required this.text,
super.key,
this.textAlign = TextAlign.left,
this.softWrap = true,
this.overflow = TextOverflow.clip,
this.maxWidth,
});