`LazyList` does not have decoration APIs like Recy...
# compose
a
LazyList
does not have decoration APIs like Recycler View. Is it a conscious design call to not have decoration APIs? (If yes, then what is the design thought process for this?)
z
What are you trying to do that you’re looking for decoration API’s? It’s a lot easier to decorate things in compose with modifiers and wrapper Composables then it was to do that with views.
3