hideMenu method

void hideMenu()

Method to hide the VxPopupMenu

Implementation

void hideMenu() {
  menuIsShowing = false;
  notifyListeners();
}