double getMaxIntrinsicWidth(double height) { final layoutHandle = boxLayout.createLayoutHandle(this); return layoutHandle.computeMaxIntrinsicWidth(height); }