ConstraintsSizeResolver

A SizeResolver that computes the size from the constraints passed during the layout phase or from setConstraints.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun MeasureScope.measure(measurable: Measurable, constraints: Constraints): MeasureResult
Link copied to clipboard
fun setConstraints(constraints: Constraints)
Link copied to clipboard
open suspend override fun size(): Size