onSort property

void Function(int columnIndex, bool ascending)? onSort
final

Callback when a column header is tapped for sorting.

Implementation

final void Function(int columnIndex, bool ascending)? onSort;