useOverlayPortalController function

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

Implementation

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