RichTextReference constructor
const
RichTextReference({})
A reference to a richTexts object on the same web page
Implementation
const RichTextReference({
required this.text,
required this.anchorName,
required this.url,
});