isCompleted property

  1. @override
bool get isCompleted
override

Whether this animation is stopped at the end (status is AnimationStatus.completed).

Implementation

@override
bool get isCompleted => status.isCompleted;