onReorder property
A callback used by ArcaneGrid to report that a list item has moved to a new position in the list.
Implementations should remove the corresponding list item at oldIndex
and reinsert it at newIndex
.
Implementation
final ReorderCallback? onReorder;