toggleMenu method

void toggleMenu()

Implementation

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