TimerState constructor

TimerState({
  1. required Duration duration,
})

Implementation

TimerState({required this.duration});