clearSelection method
void
clearSelection()
Clears all selection state and notifies listeners.
Implementation
void clearSelection() {
_selectedDate = null;
_selectedDates.clear();
_rangeStart = null;
_rangeEnd = null;
_isSelectingRange = false;
notifyListeners();
}