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