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