popupDeselectItems method
Deselect items programmatically on the popup of selection
Implementation
void popupDeselectItems(List<T> itemsToDeselect) {
_popupStateKey.currentState?.deselectItems(itemsToDeselect);
}
Deselect items programmatically on the popup of selection
void popupDeselectItems(List<T> itemsToDeselect) {
_popupStateKey.currentState?.deselectItems(itemsToDeselect);
}