Dart SDK
dart:math
Rectangle
bottomLeft
bottomLeft
Dart SDK
dart:math
Rectangle
bottomLeft
property
bottomLeft
Dart SDK
dart:math
Rectangle
Constructors
Rectangle
fromPoints
Properties
height
left
top
width
bottom
bottomLeft
bottomRight
hashCode
right
runtimeType
topLeft
topRight
Operators
operator ==
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Point
<T>
bottomLeft
Source
Point
<
T
>
get
bottomLeft
=>
new
Point
<
T
>(
this
.
left
,
this
.
top
+
this
.
height
);