OverlayChildLayoutBuilder typedef

OverlayChildLayoutBuilder = Widget Function(BuildContext context, OverlayChildLayoutInfo info)

The signature of the widget builder callback used in OverlayPortal.overlayChildLayoutBuilder.

Implementation

typedef OverlayChildLayoutBuilder =
    Widget Function(BuildContext context, OverlayChildLayoutInfo info);