builder property

Widget Function(BuildContext context, TimerCountDownState state) builder
final

The builder function that is called every time the timer ticks.

Implementation

final Widget Function(BuildContext context, TimerCountDownState state) builder;