removeAll method
void
removeAll()
Removes all items from the selection.
Implementation
void removeAll() {
value = [];
notifyListeners();
}
Removes all items from the selection.
void removeAll() {
value = [];
notifyListeners();
}