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