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