clearSelection method

void clearSelection()

Clears the current selection.

Implementation

void clearSelection() {
  _monthlyProvider?.clearSelection();
  _weeklyProvider?.clearSelection();
  _horizontalProvider?.clearSelection();
  notifyListeners();
}