RichTextReference constructor

RichTextReference({
  1. required String name,
  2. RichText? text,
})

Implementation

RichTextReference({required this.name, this.text});