I have two texts inside a `Row`. I want each of th...
# compose
a
I have two texts inside a
Row
. I want each of them to fill all the available space, when their size isn’t equal (one small, one large), but apply
Modifier.weight(1F)
when both are large, so they would extend to the next line. Any thoughts on how to achieve that?
s
Maybe draw some inspiration from this?
Reading it again, it’s not quite as close to what I was trying to achieve there. Do you think you could show mockups of how you’d want the texts to behave to help us understand?
a
The solution in that thread is exactly what I need. Thank you!
s
No problem!