menu
velix_editor package
documentation
commands/command_stack.dart
CommandStack
undo method
undo method
dark_mode
light_mode
undo
method
void
undo
(
{
bool
silent
=
false
,
})
Implementation
void undo({bool silent = false}) { if ( isDirty()) tos()!.undo(silent: silent); }
velix_editor package
documentation
commands/command_stack
CommandStack
undo method
CommandStack class