endAnimationListener property

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

VoidCallback to be called when animation is finished.

Implementation

final Function(AnimatorState<T>)? endAnimationListener;