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