clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  _selectedIndex = -1;
  notifyListeners();
}