Is there a way to have some content (in my case a ...
# compose
j
Is there a way to have some content (in my case a Text) in a column exceed the width of the column?
f
You can use
wrapContentWidth
modifier to ignore the Columns width constraints
Allow the content to measure at its desired width without regard for the incoming measurement minimum width constraint, and, if unbounded is true, also without regard for the incoming measurement maximum width constraint.
🙌 1
plus1 1
j
ahh, nice. Thanks!
👍 1