reset method

void reset()

Implementation

void reset() {
  _selection = null;
  _hoveredHyperlink = null;
  _lineSelectionAnchorRow = null;
  _ignoreNextTapClear = false;
}