by @alexstyl
✉️ Leave your feedback

← Back to Foundation Layout

wrapContentWidth

Modifier
in
Foundation Layout
. Since 0.1.0-dev15

Overview

Examples

Community Notes

Allow the content to measure at its desired width without regard for the incoming measurement minimum width constraintConstraints.minWidth, and, if unbounded is true, also without regard for the incoming measurement maximum width constraintConstraints.maxWidth. If the content's measured size is smaller than the minimum width constraint, align it within that minimum width space. If the content's measured size is larger than the maximum width constraint (only possible when unbounded is true), align over the maximum width space.

Overloads

wrapContentWidth

fun Modifier.wrapContentWidth(
    align: Alignment.Horizontal = Alignment.CenterHorizontally,
    unbounded: Boolean = false
)
Next ComponentAlignmentLineOffset