sortComparator property
A comparator used to sort the list of items. The comparison logic is customizable. Example: Sorting states alphabetically.
Implementation
final Comparator<T>? sortComparator;
A comparator used to sort the list of items. The comparison logic is customizable. Example: Sorting states alphabetically.
final Comparator<T>? sortComparator;