Hey I have a noob question, I have two Composables inside a Row, and I want to align one to the left and one to the right. What's the easiest way to do this?
c
Csaba Szugyiczki
12/06/2021, 1:20 PM
You can add a Modifier to the first element to have a weight of 1.0f, or add a Spacer with the same Modifier, to fill the gap between the two Composables