onReorderStart property

(void Function(int)?) onReorderStart
final

A callback that is called when an item drag has started.

The index parameter of the callback is the index of the selected item.

Implementation

final void Function(int)? onReorderStart;