onAnimationComplete property

LifecycleEmptyCallback? onAnimationComplete
final

Called after animation hits 100%. This allows a behavior or other listener to chain animations to create a multiple step animation transition.

Implementation

final LifecycleEmptyCallback? onAnimationComplete;