RichTextItem constructor

RichTextItem(
  1. String text,
  2. TextStyle textStyle, {
  3. GestureRecognizer? onTap,
})

Implementation

RichTextItem(this.text, this.textStyle, {this.onTap});