video_player
dart:math
MutableRectangle
property right
right
class MutableRectangle
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 ==
T
right
The x-coordinate of the right edge.
Source
T get right => left + width;
property right