isReverse property

bool get isReverse

Whether this effect is running in the reverse direction.

Implementation

bool get isReverse => !_forward;