items property

Future<List<DropDownItemState<T>>> items
final

The future that resolves to the list of individual item states within the dropdown.

Implementation

final Future<List<DropDownItemState<T>>> items;