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