richTextStrikethrough property

RichTextStrikethrough? richTextStrikethrough

A strikethrough rich text

Implementation

RichTextStrikethrough? get richTextStrikethrough {
  if (this is RichTextStrikethrough) {
    return this as RichTextStrikethrough;
  }
  return null;
}