popupSelectItems method
select items programmatically on the popup of selection
Implementation
void popupSelectItems(List<T> itemsToSelect) {
_popupStateKey.currentState?.selectItems(itemsToSelect);
}
select items programmatically on the popup of selection
void popupSelectItems(List<T> itemsToSelect) {
_popupStateKey.currentState?.selectItems(itemsToSelect);
}