left property
int
get
left
The x-coordinate of the upper-left corner.
Implementation
int get left => _wrapped.left;
set
left
(int v)
Implementation
set left(int v) {
_wrapped.left = v;
}