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