Dart SDK
dart:html
Rectangle
bottomLeft
bottomLeft
Dart SDK
dart:html
Rectangle
bottomLeft
property
bottomLeft
Dart SDK
dart:html
Rectangle
Constructors
Rectangle
fromPoints
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
runtimeType
top
topLeft
topRight
width
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);