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