VxPopupMenu class

VxPopupMenu can help you in creating custom popup menus using overlay entry.

Inheritance
Available Extensions

Constructors

VxPopupMenu({required Widget child, required MenuBuilderCallback menuBuilder, required VxClickType clickType, Key? key, VxPopupMenuController? controller, Color arrowColor = const Color(0xFF4C4C4C), bool showArrow = true, Color barrierColor = Colors.black12, double arrowSize = 10.0, double horizontalMargin = 10.0, double verticalMargin = 10.0})
const

Properties

arrowColor Color
Color of the arrow. Default is Color(0xFF4C4C4C)
final
arrowSize double
Specify the arrowSize. Default is 10
final
barrierColor Color
Color of the barrier. Default is Colors.black12
final
child Widget
Child for the VxPopupMenu which can be clicked
final
clickType VxClickType
Specify the clickType. It can be VxClickType.singleClick or VxClickType.longClick
final
controller VxPopupMenuController?
Specify the controller to control or hide/show the VxPopupMenu
final
hashCode int
The hash code for this object.
no setterinherited
horizontalMargin double
Specify the horizontalMargin. Default is 10
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
Compulsory to build a menu to show in the popup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showArrow bool
Whether to show the arrow or not. Default is true
final
verticalMargin double
Specify the verticalMargin. Default is 10
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() VxPopupMenuState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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