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