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