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