canUndo property

bool get canUndo

Determines whether undo actions can be performed on the current state.

Implementation

bool get canUndo => paintCtrl.canUndo;