Dart SDK
dart:math
Rectangle
right
right
Dart SDK
dart:math
Rectangle
right
property
right
Dart SDK
dart:math
Rectangle
Constructors
Rectangle
fromPoints
Properties
height
left
top
width
bottom
bottomLeft
bottomRight
hashCode
right
runtimeType
topLeft
topRight
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;