menu
koi_printer_editor package
documentation
state/editor_command.dart
ReorderElementsCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
void
execute
(
EditorState
state
)
override
Implementation
@override void execute(EditorState state) { _move(state, oldIndex, newIndex); }
koi_printer_editor package
documentation
state/editor_command
ReorderElementsCommand
execute method
ReorderElementsCommand class