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