showMenu method

void showMenu()

Displays the popup menu.

Implementation

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