toggleMenu method

void toggleMenu()

Implementation

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