minIntrinsicWidth

open fun minIntrinsicWidth(measurables: List<IntrinsicMeasurable>, height: Int): Int

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