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