redo method
override
Updates the value on the stack to the next value.
Implementation
@override
void redo() {
_update(_stack.redo());
_updateState();
}
Updates the value on the stack to the next value.
@override
void redo() {
_update(_stack.redo());
_updateState();
}