Computes the intrinsic width of this widget under the given height constraint.
height
@override int getIntrinsicWidth(int height) => child.getIntrinsicWidth(height);