getLeft method

double getLeft()

Returns the left coordinate of the rectangle.

Implementation

double getLeft() => _rect.left;