endAnimationListener property

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

VoidCallback to be called when animation is finished.

Implementation

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