strikethrough property

bool strikethrough

Implementation

bool get strikethrough {
  return (containsKey(AppFlowyRichTextKeys.strikethrough) &&
      this[AppFlowyRichTextKeys.strikethrough] == true);
}