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