SafeDropdownEmptyStateBuilder typedef

SafeDropdownEmptyStateBuilder = Widget Function(SafeDropdownEmptyStateContext context)

Implementation

typedef SafeDropdownEmptyStateBuilder = Widget Function(
  SafeDropdownEmptyStateContext context,
);