🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

IntrinsicMeasureScope

The receiver scope of a layout's intrinsic measurements lambdas.

Source set: Common
public interface IntrinsicMeasureScope : Density

The receiver scope of a layout's intrinsic measurements lambdas.

Properties

layoutDirection

Source set: Common
public val layoutDirection: LayoutDirection

The LayoutDirection of the Layout or LayoutModifier using the measure scope to measure their children.

isLookingAhead

Source set: Common
public val isLookingAhead: Boolean

This indicates whether the ongoing measurement is for lookahead pass. IntrinsicMeasureScope implementations, especially MeasureScope implementations should override this flag to reflect whether the measurement is intended for lookahead pass.