Class Overlay
Inheritance
Overlay
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class Overlay : StatefulWidget
Constructors
Overlay(Key, List<OverlayEntry>)
Declaration
public Overlay(Key key = null, List<OverlayEntry> initialEntries = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key | |
| List<OverlayEntry> | initialEntries |
Fields
initialEntries
Declaration
public readonly List<OverlayEntry> initialEntries
Field Value
| Type | Description |
|---|---|
| List<OverlayEntry> |
Methods
createState()
Declaration
public override State createState()
Returns
| Type | Description |
|---|---|
| State |
Overrides
of(BuildContext, Widget)
Declaration
public static OverlayState of(BuildContext context, Widget debugRequiredFor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | |
| Widget | debugRequiredFor |
Returns
| Type | Description |
|---|---|
| OverlayState |