strikethrough property

StrikeAttribute? get strikethrough

Implementation

StrikeAttribute? get strikethrough =>
    attributes[EasyAttribute.strike.key] as StrikeAttribute?;