onComplete property

AnimateCallback? onComplete
final

Called when all effects complete. Provides an opportunity to manipulate the AnimationController (ex. to loop, reverse, etc).

Implementation

final AnimateCallback? onComplete;