OnShowCustomWidgetCallback typedef

OnShowCustomWidgetCallback = void Function(Widget widget, void onCustomWidgetHidden())

Signature for the setCustomWidgetCallbacks callback responsible for showing the custom view.

Implementation

typedef OnShowCustomWidgetCallback = void Function(
    Widget widget, void Function() onCustomWidgetHidden);