DropdownHeaderListBuilder<T> typedef
DropdownHeaderListBuilder<T> =
Widget Function(BuildContext context, List<T> selectedItems, bool enabled)
Builds the header for a list of selected items.
Implementation
typedef DropdownHeaderListBuilder<T> = Widget Function(
BuildContext context, List<T> selectedItems, bool enabled);