RichTextItem constructor
RichTextItem(
- String text,
- TextStyle textStyle, {
- GestureRecognizer? onTap,
Implementation
RichTextItem(this.text, this.textStyle, {this.onTap});