onReorder property

void Function(int oldIndex, int newIndex)? onReorder
final

Called when the user drops a row at a new position.

Implementation

final void Function(int oldIndex, int newIndex)? onReorder;