getMaxIntrinsicWidth method

double getMaxIntrinsicWidth(
  1. double height
)

Implementation

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