RichTextAnchor constructor

RichTextAnchor({
  1. required String name,
})

Implementation

RichTextAnchor({required this.name});