SafeDropdownItemBuilder typedef
SafeDropdownItemBuilder =
Widget Function(SafeDropdownItemContext context)
Implementation
typedef SafeDropdownItemBuilder = Widget Function(
SafeDropdownItemContext context,
);
typedef SafeDropdownItemBuilder = Widget Function(
SafeDropdownItemContext context,
);