How do you go about aligning items alternately to ...
# compose
j
How do you go about aligning items alternately to the start and end of a LazyColumn?
j
You mean like... left and right? Use
if (index % 2 == 0)
i guess...
a
check horizontalAlignment/verticalArrangement parameters as well