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