showMenu method

void showMenu()

Implementation

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