toggle method
Implementation
void toggle() {
Debug().info("Use AltLayout: $_useAlt -> ${!_useAlt}");
_useAlt = !_useAlt;
notifyListeners();
}
void toggle() {
Debug().info("Use AltLayout: $_useAlt -> ${!_useAlt}");
_useAlt = !_useAlt;
notifyListeners();
}