InfoBarPopupBuilder typedef

InfoBarPopupBuilder = Widget Function(BuildContext context, VoidCallback close)

A builder function for creating an InfoBar within a popup.

The close callback should be called to dismiss the popup.

Implementation

typedef InfoBarPopupBuilder =
    Widget Function(BuildContext context, VoidCallback close);