canRedo property

bool canRedo
inherited

Whether a redo operation is currently possible.

Implementation

bool get canRedo => _undoIndex > 0;