shouldReverse property
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;
Indicates whether the action should be reversed.
When set to true
, the action will be performed in reverse order.
Defaults to false
.
bool shouldReverse = false;