Flutter
dart:ui
RRect
left property
left
RRect class
Constructors
fromLTRBAndCorners
fromLTRBR
fromLTRBXY
fromRectAndCorners
fromRectAndRadius
fromRectXY
Properties
blRadius
blRadiusX
blRadiusY
bottom
brRadius
brRadiusX
brRadiusY
center
hashCode
height
isCircle
isEllipse
isEmpty
isFinite
isRect
isStadium
left
longestSide
middleRect
outerRect
right
safeInnerRect
shortestSide
tallMiddleRect
tlRadius
tlRadiusX
tlRadiusY
top
trRadius
trRadiusX
trRadiusY
wideMiddleRect
width
runtimeType
Methods
contains
deflate
inflate
shift
toString
noSuchMethod
Operators
operator ==
Static properties
zero
Static methods
lerp
left property
double
left
The offset of the left edge of this rectangle from the x axis.
Implementation
double get left => _value[0];