isCompleted property
bool
get
isCompleted
Whether the animation has reached 1.0.
Implementation
bool get isCompleted => _controller?.isCompleted ?? false;
Whether the animation has reached 1.0.
bool get isCompleted => _controller?.isCompleted ?? false;