ApproachIntrinsicMeasureScope
Interface
Common
sealed interface ApproachIntrinsicMeasureScope : IntrinsicMeasureScope
The receiver scope of a layout's intrinsic approach measurements lambdas.
Properties
Common
val lookaheadConstraints: Constraints
Constraints used to measure the layout in the lookahead pass.
Common
val lookaheadSize: IntSize
Size of the ApproachLayoutModifierNode measured during the lookahead pass using
lookaheadConstraints. This size can be used as the target size for the
ApproachLayoutModifierNode to approach the destination (i.e. lookahead) size.
