left property - MutableRectangle class - dart:math library (original) (raw)

description

Tleft

getter/setter pair

The x-coordinate of the left edge.

Setting the value will move the rectangle without changing its width.

Implementation

T left;