getMaxIntrinsicHeight method

double getMaxIntrinsicHeight(
  1. double width
)

Implementation

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