items property

List<DropdownMenuItem<T>>? items
final

items with child: Widget displayed ; value: any object with .toString() used to match search keyword.

Implementation

final List<DropdownMenuItem<T>>? items;