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