initialActiveOverlays property

List<String>? initialActiveOverlays
final

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:

Implementation

final List<String>? initialActiveOverlays;