Dart
dart:html
DomRectReadOnly
right property
right
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
right property
num
right
The x-coordinate of the right edge.
Implementation
num get right => JS("num", "#.right", this);