menu
neom_states package
documentation
ui/pomodoro_controller.dart
PomodoroController
togglePause method
togglePause method
dark_mode
light_mode
togglePause
method
void
togglePause
(
)
Implementation
void togglePause() { isPaused.value = !isPaused.value; }
neom_states package
documentation
ui/pomodoro_controller
PomodoroController
togglePause method
PomodoroController class