richTextAnchor property

RichTextAnchor? richTextAnchor

An anchor

Implementation

RichTextAnchor? get richTextAnchor {
  if (this is RichTextAnchor) {
    return this as RichTextAnchor;
  }
  return null;
}