controller property

TimerController controller
getter/setter pair

This timer's animation controller.

This is indirectly referenced by the widget status widget.status and controls when the timer is started TimerStatus.start, paused TimerStatus.pause or reset TimerStatus.reset

Implementation

late TimerController controller;