richTextAnchor property
An anchor
Implementation
RichTextAnchor? get richTextAnchor {
if (this is RichTextAnchor) {
return this as RichTextAnchor;
}
return null;
}
An anchor
RichTextAnchor? get richTextAnchor {
if (this is RichTextAnchor) {
return this as RichTextAnchor;
}
return null;
}