left property

int get left

Horizontal coordinate of the left side of this rectangle

Implementation

int get left => math.min(x, x + width);