showMenu method

void showMenu()

Method to show the VxPopupMenu

Implementation

void showMenu() {
  menuIsShowing = true;
  notifyListeners();
}