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