SafeDropdownItemBuilder typedef

SafeDropdownItemBuilder = Widget Function(SafeDropdownItemContext context)

Implementation

typedef SafeDropdownItemBuilder = Widget Function(
  SafeDropdownItemContext context,
);