OverlayRoute.existing constructor
OverlayRoute.existing({
- bool transparent = true,
An overlay route that corresponds to an overlay that was already declared
within GameWidget's overlayBuilderMap
.
Implementation
OverlayRoute.existing({super.transparent = true})
: _builder = null,
super(null);