TimerView constructor
const
TimerView({})
Implementation
const TimerView({
super.key,
required this.textColor,
this.duration = 0,
this.textSize = 16,
this.labelTextStyle,
this.valueTextStyle,
this.onUpdated,
this.interval = const Duration(milliseconds: 1000),
});