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