menu
koi_printer_editor package
documentation
state/editor_command.dart
UpdateElementCommand
undo method
undo method
dark_mode
light_mode
undo
method
@
override
void
undo
(
EditorState
state
)
override
Implementation
@override void undo(EditorState state) { _replace(state, oldElement); }
koi_printer_editor package
documentation
state/editor_command
UpdateElementCommand
undo method
UpdateElementCommand class