Inheritance
System.Object
Overlay
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 |
|
System.Collections.Generic.List<OverlayEntry> |
initialEntries |
|
Fields
Declaration
public readonly List<OverlayEntry> initialEntries
Field Value
Type |
Description |
System.Collections.Generic.List<OverlayEntry> |
|
Methods
Declaration
public override State createState()
Returns
Overrides
of(BuildContext, Widget)
Declaration
public static OverlayState of(BuildContext context, Widget debugRequiredFor = null)
Parameters
Returns