items property

List<DropdownMenuItem<String>>? items
final

List of items to display Useful if you want to write the options without an API Response

Implementation

final List<DropdownMenuItem<String>>? items;