Returns the intrinsic height of this element.
@override int getIntrinsicHeight(int width) => _child?.getIntrinsicHeight(width) ?? 0;