popupSelectAllItems method

void popupSelectAllItems()

select ALL items programmatically on the popup of selection

Implementation

void popupSelectAllItems() {
  _popupStateKey.currentState?.selectAllItems();
}