builder property

The builder function which will be invoked on each widget build. The builder takes the BuildContext the current value and a child and must return a widget.

Implementation

final TimerControllerWidgetBuilder builder;