popupIsAllItemSelected property

bool popupIsAllItemSelected

returns true if all popup's items are selected; other wise False

Implementation

bool get popupIsAllItemSelected =>
    _popupStateKey.currentState?.isAllItemSelected ?? false;