RawAnchorShowRequestedCallback typedef

RawAnchorShowRequestedCallback = void Function(VoidCallback showOverlay)

Signature for the callback used by RawAnchor.onShowRequested to intercept requests to show the overlay.

Implementation

typedef RawAnchorShowRequestedCallback = void Function(
  VoidCallback showOverlay,
);