minIntrinsicHeight

open fun minIntrinsicHeight(measurables: List<IntrinsicMeasurable>, width: Int): Int

The function used to calculate IntrinsicMeasurable.minIntrinsicHeight. It represents the minimum height this layout can take, given a specific width, such that the content of the layout will be painted correctly.