defaultSettings constant

TimerSettings const defaultSettings

Default timer settings following standard Pomodoro technique.

Implementation

static const TimerSettings defaultSettings = TimerSettings(
  workDuration: defaultWorkDuration,
  shortBreakDuration: defaultShortBreakDuration,
  longBreakDuration: defaultLongBreakDuration,
  pomodorosUntilLongBreak: defaultPomodorosUntilLongBreak,
);