VPopup class

Constructors

VPopup.new()

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 Methods

pop(BuildContext context) → dynamic
Dismiss the popup related to the specific BuildContext
setHighlights(BuildContext context, List<RRect> highlights) → dynamic
Set popup highlight positions
show(BuildContext context, Widget child, {Offset? offsetLT, Offset? offsetRB, bool cancelable = true, bool outsideTouchCancelable = true, double? opacity, Duration duration = const Duration(milliseconds: 30), List<RRect>? highlights, VoidCallback? onPopupShow, VoidCallback? onPopupDismiss}) → dynamic
Show popup