T right

Source

@override
T get right => left + width;
void right=(T value)

Source

set right(T value) {
  width = value - left;
}