onSortChanged property

void Function(List<Sortable>, int) onSortChanged
final

Execute when the selected sort algorithm changes. Pass the newly sorted data and the index of the newly selected algorithm.

Implementation

final void Function(List<Sortable>, int) onSortChanged;