toggleMenu method
Toggles the visibility of the popup menu.
Implementation
void toggleMenu() {
menuIsShowing = !menuIsShowing;
notifyListeners();
}
Toggles the visibility of the popup menu.
void toggleMenu() {
menuIsShowing = !menuIsShowing;
notifyListeners();
}