TimerControllerWidgetListener typedef

TimerControllerWidgetListener = void Function(BuildContext context, TimerValue value)

Signature for the listener function which takes the BuildContext along with the value and is responsible for executing in response to value changes.

Implementation

typedef TimerControllerWidgetListener = void Function(
  BuildContext context,
  TimerValue value,
);