MenuItemBuilder<T> typedef
MenuItemBuilder<T> =
Widget Function(BuildContext, DropdownItem<T> )
The builder that will be used to build the item of the dropdown menu.
Implementation
typedef MenuItemBuilder<T> = Widget Function(BuildContext, DropdownItem<T>);