FastDropdownMenuItemsBuilder<T> typedef

FastDropdownMenuItemsBuilder<T> = List<DropdownMenuItem<T>> Function(List<T> items, FastDropdownState<T> field)

Implementation

typedef FastDropdownMenuItemsBuilder<T> = List<DropdownMenuItem<T>> Function(
    List<T> items, FastDropdownState<T> field);