isForward property

bool get isForward

Returns true if the status is forward.

Example:

if (status.isForward) { ... }

Implementation

bool get isForward => this == AnimationStatus.forward;