MeasureResult¶
data class MeasureResult(
val width: Int,
val height: Int,
val placer: Placer
)
The result of a MeasurePolicy.measure call, containing the intrinsic dimensions of the node and a Placer that positions child nodes within those bounds.