items property Null safety

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;