menu
koi_printer_editor package
documentation
state/editor_command.dart
ReorderElementsCommand
ReorderElementsCommand.new constructor
ReorderElementsCommand.new constructor
dark_mode
light_mode
ReorderElementsCommand
constructor
ReorderElementsCommand
(
{
required
int
oldIndex
,
required
int
newIndex
,
})
Implementation
ReorderElementsCommand({required this.oldIndex, required this.newIndex});
koi_printer_editor package
documentation
state/editor_command
ReorderElementsCommand
ReorderElementsCommand.new constructor
ReorderElementsCommand class