openPopupList2 function

dynamic openPopupList2(
  1. GlobalKey<State<StatefulWidget>> _popupKey
)

Implementation

openPopupList2(GlobalKey _popupKey){
  _PopupWindow current = _getCurrent(_popupKey);
  _openListPopup(current);
}