richTextIcon property
A small image inside the text
Implementation
RichTextIcon? get richTextIcon {
if (this is RichTextIcon) {
return this as RichTextIcon;
}
return null;
}
A small image inside the text
RichTextIcon? get richTextIcon {
if (this is RichTextIcon) {
return this as RichTextIcon;
}
return null;
}