togglePopup method

void togglePopup(
  1. BuildContext context
)
inherited

Implementation

void togglePopup(BuildContext context) {
  isPopupShowing ? hidePopup() : showPopup(context);
}