Creates a Size with the given width and height.
width
height
Both dimensions must be non-negative.
Size({required this.width, required this.height});