clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  _selectionStart = null;
  _selectionEnd = null;
}