Dart SDK
dart:html
CssRect
property right
right
class CssRect
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 ==
num
right
The x-coordinate of the right edge.
Source
num get right => left + width;
property right