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