canUndo property

bool canUndo

Checks whether the undo/redo stack is empty.

Implementation

bool get canUndo => _changeStack.canUndo;