isCompleted property
bool
get
isCompleted
Whether the animation has completed
Implementation
bool get isCompleted => _controller.isCompleted;
Whether the animation has completed
bool get isCompleted => _controller.isCompleted;