OverlayPortalController constructor
- String? debugLabel,
Creates an OverlayPortalController, optionally with a String identifier
debugLabel
.
Implementation
OverlayPortalController({ String? debugLabel }) : _debugLabel = debugLabel;
Creates an OverlayPortalController, optionally with a String identifier
debugLabel
.
OverlayPortalController({ String? debugLabel }) : _debugLabel = debugLabel;