G2xPositionedRelativeToChild class

Constructors

G2xPositionedRelativeToChild({Function? callbackOnHide, Color? backdropColor, Key? backdropKey, bool closeOnTapOutside = false})

Properties

backdropColor Color?
final
backdropKey Key?
final
callbackOnHide Function?
final
closeOnTapOutside bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hide() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({required BuildContext context, required GlobalKey<State<StatefulWidget>> parentKey, required Widget child, Offset offSet = Offset.zero, G2xHorizontalPositionAxis horizontalAxis = G2xHorizontalPositionAxis.left, G2xVerticalPositionAxis verticalAxis = G2xVerticalPositionAxis.bottom}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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