initialActiveOverlays property
A List of the initially active overlays, this is used only on the first build of the widget. To control the overlays that are active use Game.overlays.
See also:
new GameWidget- Game.overlays
Implementation
final List<String>? initialActiveOverlays;