onTimerDurationChanged property

ValueChanged<Duration> onTimerDurationChanged
final

Callback called when the timer duration changes.

The timing of this callback is controlled by changeReportingBehavior.

Implementation

final ValueChanged<Duration> onTimerDurationChanged;