getMinIntrinsicHeight abstract method

double getMinIntrinsicHeight(
  1. double width
)

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

The minimum intrinsic height is the smallest height the child can reasonably have while still being functional.

Implementation

double getMinIntrinsicHeight(double width);