richTextFixed property
A fixed-width rich text
Implementation
RichTextFixed? get richTextFixed {
if (this is RichTextFixed) {
return this as RichTextFixed;
}
return null;
}
A fixed-width rich text
RichTextFixed? get richTextFixed {
if (this is RichTextFixed) {
return this as RichTextFixed;
}
return null;
}