canUndo property
bool
get
canUndo
Whether there is an edit available to undo.
Implementation
bool get canUndo => _history.canUndo;
Whether there is an edit available to undo.
bool get canUndo => _history.canUndo;