left property - MutableRectangle class - dart:math library (original) (raw)
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;
Tleft
getter/setter pair
The x-coordinate of the left edge.
Setting the value will move the rectangle without changing its width.
T left;