MenuPositionAndSize class
Container for Menu's constraints and, position and size.
Constructors
- MenuPositionAndSize({required BoxConstraints? constraints, required Offset positionOffset, Size? size})
-
const
Properties
- constraints → BoxConstraints?
-
Size of menu is defined by BoxConstraints.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- positionOffset → Offset
-
Offset of top-left corner Menu, where top-left corner of the button is the origin.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size?
-
Preferred size of the menu.
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