TimerCountDownState constructor

const TimerCountDownState({
  1. required Duration timeToEnd,
})

Creates a new TimerCountDownState with the given timeToEnd.

Implementation

const TimerCountDownState({
  required this.timeToEnd,
});