canUndo property

bool get canUndo

检查是否可以回退(是否有历史记录)

Implementation

bool get canUndo => _historyManager.canUndo;