savePrev property

bool savePrev
inherited

Whether the previous state should be saved when setting the future. Override this, if you don't want to save the previous state. Manipulating the state directly will ignore this flag.

Implementation

bool get savePrev => true;