TimerCountDownState constructor
const
TimerCountDownState({
- required Duration timeToEnd,
Creates a new TimerCountDownState with the given timeToEnd.
Implementation
const TimerCountDownState({
required this.timeToEnd,
});