items property

List<DropdownMenuItem<T>> items
final

The list of items the user can select.

Implementation

final List<DropdownMenuItem<T>> items;