OverlayPortalController constructor

OverlayPortalController({
  1. String? debugLabel,
})

Creates an OverlayPortalController, optionally with a String identifier debugLabel.

Implementation

OverlayPortalController({ String? debugLabel }) : _debugLabel = debugLabel;