I'm having a similar issue with `LazyColumn` where...
# compose
e
I'm having a similar issue with
LazyColumn
where I want my first item to have a specific padding that is different from the rest of the items. Any chance that
item
could get a parameter specifying whether it should ignore
contentPadding
and
verticalArrangement
?