const Size.fromHeight(double height)

Creates a Size with the given height and an infinite width.

Source

const Size.fromHeight(double height) : super(double.INFINITY, height);