Returns this offset decremented by the provided other offset.
other
Offset operator -(Offset other) { return Offset(x - other.x, y - other.y); }