TimerProgress constructor
const
TimerProgress({})
Implementation
const TimerProgress(
{Key? key,
required this.maxTimeMs,
this.onTimeComplete,
this.onTimeCompleteWidget,
this.size,
this.onText,
this.textStyle,
this.showCurrentTime = true})
: super(key: key);