toggle method
Implementation
void toggle() {
Debug().info(
"Show FPSMonitor: $_showFPSMonitor -> ${!_showFPSMonitor}");
_showFPSMonitor = !_showFPSMonitor;
notifyListeners();
}
void toggle() {
Debug().info(
"Show FPSMonitor: $_showFPSMonitor -> ${!_showFPSMonitor}");
_showFPSMonitor = !_showFPSMonitor;
notifyListeners();
}