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