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