isCompleted property

bool isCompleted

Whether this animation is stopped at the end.

Implementation

bool get isCompleted => status == AnimationStatus.completed;