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