Flutter
dart:ui
Rect
right property
right
Rect class
Constructors
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
height
isEmpty
isFinite
isInfinite
left
longestSide
right
shortestSide
size
top
topCenter
topLeft
topRight
width
runtimeType
Methods
contains
deflate
expandToInclude
inflate
intersect
overlaps
shift
toString
translate
noSuchMethod
Operators
operator ==
Static properties
largest
zero
Static methods
lerp
right property
double
right
The offset of the right edge of this rectangle from the x axis.
Implementation
double get right => _value[2];