Dart SDK
dart:html
DomRectReadOnly
property bottomRight
bottomRight
class DomRectReadOnly
Constructors
DomRectReadOnly
internal_
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 properties
instanceRuntimeType
Point
bottomRight
Source
Point get bottomRight => new Point/*<num>*/(this.left + this.width, this.top + this.height);
property bottomRight