Dart
dart:html
DomRectReadOnly
topRight property
topRight
Dart
dart:html
DomRectReadOnly
topRight 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
topRight property
Point
<
num
>
topRight
Implementation
Point get topRight => new Point(this.left + this.width, this.top);