OverlayRoute.existing constructor

OverlayRoute.existing({
  1. 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);