ReorderElementsCommand constructor

ReorderElementsCommand({
  1. required int oldIndex,
  2. required int newIndex,
})

Implementation

ReorderElementsCommand({required this.oldIndex, required this.newIndex});