CountDown constructor
const
CountDown({})
Implementation
const CountDown({
super.key,
required this.duration,
this.replacement,
this.style,
this.separatorStyle,
this.onDone,
this.showMinutes = true,
this.showSeconds = true,
});