builder property

Widget Function(String time)? builder
final

Custom builder to render the timer with a different widget instead of Text.

Implementation

final Widget Function(String time)? builder;