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