richTextStrikethrough property
A strikethrough rich text
Implementation
RichTextStrikethrough? get richTextStrikethrough {
if (this is RichTextStrikethrough) {
return this as RichTextStrikethrough;
}
return null;
}
A strikethrough rich text
RichTextStrikethrough? get richTextStrikethrough {
if (this is RichTextStrikethrough) {
return this as RichTextStrikethrough;
}
return null;
}