onTimerRestart property

FutureOr<void> Function(BuildContext context, int countOfRestart)? onTimerRestart
final

Callback triggered when the timer restarts (only if reCountAfterFinishing is true).

Implementation

final FutureOr<void> Function(BuildContext context, int countOfRestart)? onTimerRestart;