showPopWindow static method
void
showPopWindow(})
Implementation
static void showPopWindow(context, GlobalKey popKey, Widget popWidget,
{double leftOffset=0,double topOffset=0,barrierDismissible=false,barrierColor=Colors.black54}) {
_context=context;
Navigator.push(context,PopRoute(barrierDismissible, barrierColor, child: _PopupWindow(popWidget, popKey,leftOffset,topOffset)));
}