OverlayData class

Constructors

OverlayData({required OverlayEntry entry, required String tagName, required BuildContext context, required Function hideOverlay, required Function showOverlay, required String uuid, required AnimationController animationController, required List<GlobalKey<State<StatefulWidget>>> widgetsGlobalKeys, int enabledVisibleWidgetsCount = 0, int disabledVisibleWidgetsCount = 0, bool detectWidgetPositionNSizeChanges = true, bool isOverlayBgTransparent = false})

Properties

animationController AnimationController
final
context BuildContext
final
detectWidgetPositionNSizeChanges bool
final
disabledVisibleWidgetsCount int
final
enabledVisibleWidgetsCount int
final
entry OverlayEntry
final
hashCode int
The hash code for this object.
no setterinherited
hideOverlay Function
final
isOverlayBgTransparent bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOverlay Function
final
tagName String
final
uuid String
final
widgetsGlobalKeys List<GlobalKey<State<StatefulWidget>>>
final

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