ConstraintsSizeResolver

A SizeResolver that computes the size from the constraints passed during the layout phase or from setConstraints.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun all(predicate: (Modifier.Element) -> Boolean): Boolean
Link copied to clipboard
open override fun any(predicate: (Modifier.Element) -> Boolean): Boolean
Link copied to clipboard
open override fun <R> foldIn(initial: R, operation: (R, Modifier.Element) -> R): R
Link copied to clipboard
open override fun <R> foldOut(initial: R, operation: (Modifier.Element, R) -> R): R
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun MeasureScope.measure(measurable: Measurable, constraints: Constraints): MeasureResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setConstraints(constraints: Constraints)
Link copied to clipboard
open suspend override fun size(): Size
Link copied to clipboard
open infix fun then(other: Modifier): Modifier