canRedo property
override
Will be true if there are future values on the stack.
Implementation
@override
bool get canRedo => _stack.canRedo;
Will be true if there are future values on the stack.
@override
bool get canRedo => _stack.canRedo;