Returns a new size with the given height and the same width.
Size withHeight(double newHeight) { return Size(width, newHeight); }