toggleMenu method

void toggleMenu()

Method to toggle the VxPopupMenu

Implementation

void toggleMenu() {
  menuIsShowing = !menuIsShowing;
  notifyListeners();
}