clear method

void clear()

Clears the selection

Implementation

void clear() {
  _state = const SelectionState();
  _rangeCache.clear();
  if (!_suppressNotifications) notifyListeners();
}