RawMenuAnchorCloseRequestedCallback typedef
Signature for the callback used by RawMenuAnchor.onCloseRequested to intercept requests to close a menu.
See RawMenuAnchor.onCloseRequested for more information.
Implementation
typedef RawMenuAnchorCloseRequestedCallback = void Function(VoidCallback hideOverlay);