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