builder property

Returns a CustomTimerState to get the current state of the timer, which can be reset, counting, paused, or finished. It also returns a CustomTimerRemainingTime to get the remaining days, hours, minutes, seconds and milliseconds.

Implementation

final Widget Function(CustomTimerState, CustomTimerRemainingTime) builder;