menu
hycop_multi_platform package
documentation
common/undo/undo.dart
MyChangeStack
canUndo property
canUndo property
dark_mode
light_mode
canUndo
property
bool
get
canUndo
Can undo the previous change
Implementation
bool get canUndo => _history.isNotEmpty;
hycop_multi_platform package
documentation
common/undo/undo
MyChangeStack
canUndo property
MyChangeStack class