ParentRect class

Inheritance

Constructors

ParentRect.fromLTWH(double left, double top, double width, double height, ParentEdge edges)
const

Properties

bottom double
The bottom edge coordinate (calculated as top + height).
no setterinherited
edges ParentEdge
final
hashCode int
The hash code for this object.
no setterinherited
height double
The height of the rectangle.
finalinherited
horizontalCenter double
no setterinherited
horizontalRange LayoutRange
no setterinherited
left double
The left edge coordinate.
finalinherited
The right edge coordinate (calculated as left + width).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size LayoutSize
no setterinherited
top double
The top edge coordinate.
finalinherited
verticalCenter double
no setterinherited
verticalRange LayoutRange
no setterinherited
width double
The width of the rectangle.
finalinherited

Methods

expandToInclude(LayoutRect childBounds) LayoutRect
Expands this rectangle to include the bounds of another rectangle.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overlaps(LayoutRect other) bool
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

zero → const ParentRect