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