SelectBackdropBuilder typedef

SelectBackdropBuilder = Widget Function(BuildContext context, VoidCallback onCloseSelectPopup)

Builder for the backdrop widget behind the popup. If provided, you are responsible for handling the tap to close.

Implementation

typedef SelectBackdropBuilder = Widget Function(
  BuildContext context,
  VoidCallback onCloseSelectPopup,
);