onChange property

(dynamic Function(double timerValue)?) onChange
final

Function that can be used to implement any changes for when the time on the timer changes. This function return the current value of time that the timer represents.

Implementation

final Function(double timerValue)? onChange;