getMaxIntrinsicWidth abstract method

double getMaxIntrinsicWidth(
  1. double height
)

Returns the maximum intrinsic width of this child at the given height.

The intrinsic width is the natural width the child would prefer, independent of external constraints. This is used for layout algorithms that need to know the child's preferred dimensions.

Implementation

double getMaxIntrinsicWidth(double height);