Called when a column is reordered. Indices are into the current column order.
final void Function(int oldIndex, int newIndex)? onColumnReorder;