selectedItemBuilder property
Override the chips display inside the trigger button.
Implementation
final Widget Function(List<DropdownItem<dynamic>> selected)?
selectedItemBuilder;
Override the chips display inside the trigger button.
final Widget Function(List<DropdownItem<dynamic>> selected)?
selectedItemBuilder;