onReorder property
final
A callback used by the list to report that a list item has been dragged to a new location in the list and the application should update the order of the items.
Implementation
final ReorderCallback onReorder;
A callback used by the list to report that a list item has been dragged to a new location in the list and the application should update the order of the items.
final ReorderCallback onReorder;