shouldReverse property

bool shouldReverse
getter/setter pair

Indicates whether the action should be reversed.

When set to true, the action will be performed in reverse order. Defaults to false.

Implementation

bool shouldReverse = false;