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