Can this simple nested `Row` composable be done be...
# compose
l
Can this simple nested
Row
composable be done better? I'm also asking because I coudn't access the nested weight and had to use
fillMaxWidth(fraction = 0.Xf)
instead. Without the nested Row, I'm not able to fix the position of the second
Spacer
at ~0.7f. The second Spacer should look like it is horizontally aligned to
Start
. Screenshot -> in Thread.
How it looks like. Just wondering if I can do this without the nested
Rows
.