DropdownMenuBuilder<T> typedef

DropdownMenuBuilder<T> = Widget Function(BuildContext, List<DropdownItem<T>> items, bool loading)

The builder that will be used to build the dropdown menu.

Implementation

typedef DropdownMenuBuilder<T> = Widget Function(
    BuildContext, List<DropdownItem<T>> items, bool loading);