selectedItems property
This list is used when allowMultiselection is true, to pass a list
of pre-selected items when opening the dropdown.
Implementation
final List<T>? selectedItems;
This list is used when allowMultiselection is true, to pass a list
of pre-selected items when opening the dropdown.
final List<T>? selectedItems;