Dart
dart:html
CssRect
bottomRight property
bottomRight
CssRect class
Constructors
CssRect
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
runtimeType
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Operators
operator ==
bottomRight property
Point
<
num
>
bottomRight
Implementation
Point<num> get bottomRight => new Point<num>(this.left + this.width, this.top + this.height);