isCompleted property
Whether this animation is stopped at the end.
Implementation
bool get isCompleted => status == AnimationStatus.completed;
Whether this animation is stopped at the end.
bool get isCompleted => status == AnimationStatus.completed;