OverlayManager class

Constructors

OverlayManager()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
overlays Map<String, OverlayEntry>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addOverlay(String key, OverlayEntry overlay) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAllOverlays() → void
removeOverlay(String key) → void
toString() String
A string representation of this object.
inherited
updateOverlay(String key, OverlayEntry overlay) → void

Operators

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