TimerWidget constructor
Implementation
const TimerWidget({
super.key,
required this.timerCount,
required this.maximum,
this.progressColor,
this.backgroundColor,
this.progressBackgroundColor,
this.timerTextColor,
required this.title,
this.subtitle,
});