popupDeselectAllItems method
void
popupDeselectAllItems()
Deselect ALL items programmatically on the popup of selection
Implementation
void popupDeselectAllItems() {
_popupStateKey.currentState?.deselectAllItems();
}