Creates a Size with the given width and height.
width
height
const Size(double width, double height) : super(width, height);