Multiplies the offset by a scalar value.
Returns a new IntOffset with coordinates multiplied by the given scalar.
IntOffset operator *(int scalar) => IntOffset(x * scalar, y * scalar);