OverlayWrapper class

Constructors

OverlayWrapper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

appearingShowers List<OverlayShower>?
Appearing overlays management
getter/setter pair
appearingShowersMappings Map<String, OverlayShower>?
getter/setter pair
centralOfShower ↔ (dynamic Function(OverlayShower shower)?)
getter/setter pair

Static Methods

add(OverlayShower shower, {String? key}) → void
dismissAppearingLayers() Future<void>
dismissLayer(OverlayShower? shower, {String? key}) Future<void>
dismissTopLayer({int? count}) Future<void>
getLayerByIndex(int reverseIndex) OverlayShower?
getLayerByKey(String key) OverlayShower?
getTopLayer() OverlayShower?
iterateLayers(bool handler(OverlayShower shower)) → void
remove(OverlayShower? shower) → void
show(Widget child, {double? dx, double? dy, String? key}) OverlayShower
showBottom(Widget child, {String? key}) OverlayShower
showLeft(Widget child, {String? key}) OverlayShower
showRight(Widget child, {String? key}) OverlayShower
showTop(Widget child, {String? key}) OverlayShower
showWith(OverlayShower shower, Widget? child, {double? dx, double? dy, String? key}) OverlayShower