XMenuPositionStyle class

Constructors

XMenuPositionStyle({bool isTopSpace = false, bool isLeftSpace = false, bool isRightSpace = false, bool isBottomSpace = false, double? top, double? left, double? right, double? bottom, AlignmentGeometry? alignment, double? width})
const

Properties

alignment AlignmentGeometry?
final
bottom double?
final
hashCode int
The hash code for this object.
no setterinherited
isBottomSpace bool
final
isLeftSpace bool
final
isRightSpace bool
final
isTopSpace bool
final
left double?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
final
width double?
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