canRedo property

bool get canRedo
inherited

Whether a redo operation is currently possible.

Implementation

bool get canRedo => _undoIndex > 0;