clearSelection method
void
clearSelection()
Clears the current selection.
Implementation
void clearSelection() {
value = [];
notifyListeners();
}
Clears the current selection.
void clearSelection() {
value = [];
notifyListeners();
}