toggleMenu method

void toggleMenu()

Implementation

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