Creates a Size with the given width and height.
width
height
const Size(this.width, this.height) : assert(width >= 0 && height >= 0);