isCompleted property
bool
get
isCompleted
Returns true if the status is completed.
Example:
if (status.isCompleted) { ... }
Implementation
bool get isCompleted => this == AnimationStatus.completed;
Returns true if the status is completed.
Example:
if (status.isCompleted) { ... }
bool get isCompleted => this == AnimationStatus.completed;