unsetStrikethrough method

void unsetStrikethrough()

Implementation

void unsetStrikethrough() {
  attrs &= ~CellAttr.strikethrough;
}