richTextSuperscript property
A superscript rich text
Implementation
RichTextSuperscript? get richTextSuperscript {
if (this is RichTextSuperscript) {
return this as RichTextSuperscript;
}
return null;
}
A superscript rich text
RichTextSuperscript? get richTextSuperscript {
if (this is RichTextSuperscript) {
return this as RichTextSuperscript;
}
return null;
}