Is it possible to have a Text anchored to the Bott...
# compose
t
Is it possible to have a Text anchored to the Bottom.Center in a Box, but allow the Text to extend beyond the bounds of the parent Box when it gets too wide, rather than wrapping? I was looking at clip modifiers to see if there was a "dont clip this thing", but didn't see that
s
I'm not sure I understand exactly what you're going for, but can you try to see if wrapContentWidth is the modifier you're looking for? With
unbounded = true
t
That is EXACTLY what I needed
s
Glad I could help 😊