onAnimationEnd property

VoidCallback? onAnimationEnd
final

Called when this widget's animation ends. Useful for enabling other widgets after the animation ends.

Implementation

final VoidCallback? onAnimationEnd;