Has anyone had experience with `Arrangement.SpaceB...
# compose
s
Has anyone had experience with
Arrangement.SpaceBetween
? Im trying to left align Text, and right align another Text. The problem is my left aligned text can be long, and it's causing my right aligned text to wrap or be hidden completely
a
You can try to wrap these texts in a Row and use weights
w
we had a situation like this. We used weights, but also gave it a maxWidth so that the non-weighted column did not get too squashed