double getMaxIntrinsicHeight(double width) { final layoutHandle = boxLayout.createLayoutHandle(this); return layoutHandle.computeMaxIntrinsicHeight(width); }