currentItems property

List<DropdownItem<T>> get currentItems

Current items that will be shown in the dropdown menu, see also _currentItemValues.

Implementation

List<DropdownItem<T>> get currentItems;