BoxInfo class
- Annotations
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- height → double
-
Height of the dropdown menu computed based on the RenderBox of header
final
- offset → Offset
-
The point is used by Positioned to position the dropdown menu
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
Width of the dropdown menu computed based on the RenderBox of header
final
Methods
-
copyWith(
{Offset? offset, double? width, double? height}) → BoxInfo -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant BoxInfo other) → bool -
The equality operator.
override