Dart
dart:html
CssRect
right property
right
CssRect class
Constructors
CssRect
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
runtimeType
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Operators
operator ==
right property
num
right
The x-coordinate of the right edge.
Implementation
num get right => left + width;