EasyCountdownTimerWidget constructor
const
EasyCountdownTimerWidget({})
Implementation
const EasyCountdownTimerWidget({
required this.duration,
super.key,
this.digitTextStyle,
this.separatorTextStyle,
this.onFinished,
this.showDays = true,
this.showHours = true,
this.showMinutes = true,
this.showSeconds = true,
this.separatedWidget,
});