getMaxIntrinsicHeight abstract method
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);