ColumnIndexMappingCallback typedef

ColumnIndexMappingCallback = void Function(List<int> indexMapping)

Called when a column is dragged. May be used to save the columns positions.

Implementation

typedef ColumnIndexMappingCallback = void Function(List<int> indexMapping);