onEnd property
void Function(T value)?
onEnd
final
Called when the animation completes.
Receives the final target value as a parameter. Useful for triggering additional actions or state changes when the animation finishes.
Implementation
final void Function(T value)? onEnd;