items property
The list of items to display in the dropdown menu. Each item contains a value and widget to display.
Implementation
final List<DropdownMenuItem> items;
The list of items to display in the dropdown menu. Each item contains a value and widget to display.
final List<DropdownMenuItem> items;