customListener property

(void Function(AnimatorState<T>)?) customListener
final

Function to be called every time the animation value changes.

The customListener is provided with an Animation object.

Implementation

final void Function(AnimatorState<T>)? customListener;