useOverlayPortalController function

  1. @defineHook
OverlayPortalController useOverlayPortalController({
  1. String? debugLabel,
})

Implementation

@defineHook
OverlayPortalController useOverlayPortalController({String? debugLabel}) {
  return useMemoized(() => OverlayPortalController(debugLabel: debugLabel));
}