measure

open override fun measure(scope: MeasureScope, constraints: Constraints): IntSize(source)

Measures the one virtual child under unchanged constraints.

Return

the child's measured size.

Parameters

scope

the modifier's one-child measurement scope.

constraints

the incoming constraints.

Throws

when the scope or child measurement fails.