RawMenuAnchorOverlayBuilder typedef
The type of builder function used by RawMenuAnchor to build the overlay attached to a RawMenuAnchor.
The context
is the context that the overlay is being built in.
The info
describes the info of the menu overlay for the
RawMenuAnchor constructor.
Implementation
typedef RawMenuAnchorOverlayBuilder =
Widget Function(BuildContext context, RawMenuOverlayInfo info);