Can anyone help me out with `wrapContentSize()`? I...
# compose
c
Can anyone help me out with
wrapContentSize()
? I'm confused on when I would actually use that. It seems like anything that it provides, I've already been able to accomplish it without that specific xmodifier.
i
There's some good examples of
wrapContentWidth
when it comes to centering in this blog post that might help explain what it is actually doing for you: https://blog.zachklipp.com/centering-in-compose/
c
oh. a zach k blog i haven't read yet! thanks!