SafeDropdownItemContentBuilder typedef

SafeDropdownItemContentBuilder = Widget Function(SafeDropdownItemContentContext context)

Implementation

typedef SafeDropdownItemContentBuilder = Widget Function(
  SafeDropdownItemContentContext context,
);