items property Null safety

List? items
final

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

Implementation

final List<DropdownMenuItem<T>>? items;