topStates property

List<T>? topStates
final

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;