im using a lazyColumn. I want to offset -xDp in ev...
# compose
m
im using a lazyColumn. I want to offset -xDp in everyItem except the first one. Is there a simple way of doing that?
manually offset each item is not practical, as the logic is quite complex.
c
You could use
itemsIndexed
?
m
i have multiple items blocks.