toggle method
void
toggle()
Toggles the menu open/closed.
Implementation
void toggle() {
_pendingAction = FloaticaMenuAction.toggle;
notifyListeners();
}
Toggles the menu open/closed.
void toggle() {
_pendingAction = FloaticaMenuAction.toggle;
notifyListeners();
}