canRedo property

bool get canRedo

Whether redo is available

Implementation

bool get canRedo => _redoStack.isNotEmpty;