topStates property
A list of items to be displayed at the top of the dropdown. These items are prioritized over the rest of the list.
Implementation
final List<T>? topStates;
A list of items to be displayed at the top of the dropdown. These items are prioritized over the rest of the list.
final List<T>? topStates;