items property

List<DropDownItemState<T>> items
final

The list of individual item states within the dropdown.

Implementation

final List<DropDownItemState<T>> items;