IntrinsicMeasureScope
Kotlin
|Java
interface IntrinsicMeasureScope : Density
androidx.compose.ui.layout.IntrinsicMeasureScope |
The receiver scope of a layout's intrinsic measurements lambdas.
Summary
Inherited functions | |
---|---|
Properties | |
---|---|
abstract LayoutDirection |
The LayoutDirection of the |
Inherited properties | |
---|---|
Properties
layoutDirection
abstract val layoutDirection: LayoutDirection
The LayoutDirection of the Layout
or LayoutModifier
using the measure scope
to measure their children.