Measurable

interface Measurable


A part of the composition layout that can be measured.

Based on androidx.compose.ui.layout.Measurable.

Summary

Public functions

Unit

Adjusts layout with a new ParentLayoutParamsAdjustable.

Placeable
measure(constraints: VolumeConstraints)

Measures the layout with VolumeConstraints, returning a Placeable layout that has its new size.

Public functions

adjustParams

Added in 1.0.0-alpha01
fun adjustParams(params: ParentLayoutParamsAdjustable): Unit

Adjusts layout with a new ParentLayoutParamsAdjustable.

measure

Added in 1.0.0-alpha01
fun measure(constraints: VolumeConstraints): Placeable

Measures the layout with VolumeConstraints, returning a Placeable layout that has its new size.