sort property
The function used to sort the selected items. Defaults to the order in which they were selected.
Implementation
final int Function(T, T)? sort;
The function used to sort the selected items. Defaults to the order in which they were selected.
final int Function(T, T)? sort;