Dart SDK
dart:html
Rectangle
bottomRight
bottomRight
Dart SDK
dart:html
Rectangle
bottomRight
property
bottomRight
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>
bottomRight
Source
Point<T> get bottomRight => new Point<T>(this.left + this.width, this.top + this.height);
Cookies management controls