onColumnReorder property

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

Called when a column is reordered. Indices are into the current column order.

Implementation

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