right property
int
get
right
The x-axis distance from the right bound.
Implementation
int get right => _wrapped.right;
set
right
(int v)
Implementation
set right(int v) {
_wrapped.right = v;
}