unsetCursorStrikethrough method

void unsetCursorStrikethrough()
inherited

Implementation

void unsetCursorStrikethrough() {
  _cursorStyle.unsetStrikethrough();
}