getMaxIntrinsicHeight abstract method

double getMaxIntrinsicHeight(
  1. double width
)

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

The intrinsic height is the natural height the child would prefer, independent of external constraints.

Implementation

double getMaxIntrinsicHeight(double width);