OverlayScreen class

Controls the overlays on the screen.

Constructors

OverlayScreen.of(BuildContext context)
exposed init function.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
overlayEntrys List<OverlayEntry>
Declared overlayEntrys as List
getter/setter pair
overlayState OverlayState
The overlay state of the dropdown.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeAll() → void
Kill all the overlays.
closeLast() → void
Kill last presented overlay.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(OverlayEntry entry) → void
Show a new overlay on top of others.
toString() String
A string representation of this object.
inherited
updateLast() → void
Update last presented overlay.

Operators

operator ==(Object other) bool
The equality operator.
inherited