TimerScreen constructor
TimerScreen({})
Implementation
TimerScreen({
required this.seconds,
this.onUpdate,
this.isPlaying = true,
this.onTimerClick,
this.isAuthenticated = false,
this.totalSeconds = 900,
});