RichTextAnchorLink constructor

RichTextAnchorLink(
  1. {required RichText text,
  2. required String anchor_name,
  3. required String url,
  4. int? extra,
  5. int? clientId}
)

A link to an anchor on the same web page

Implementation

RichTextAnchorLink