items property

List<OptimusDropdownTile<T>> items
final

List of items in dropdown section (when pressed on the button's right part).

Implementation

final List<OptimusDropdownTile<T>> items;