Gets the maximum intrinsic width from the child.
@override double getMaxIntrinsicWidth(double height) { return child.getMaxIntrinsicWidth(height); }