TimerUtil constructor
TimerUtil({
- int periodic = Duration.millisecondsPerSecond,
- required int totalTime,
- ValueChanged<
int> ? callback,
Implementation
TimerUtil(
{this.periodic = Duration.millisecondsPerSecond,
required this.totalTime,
this.callback});