Vaibhav Jaiswal
11/07/2024, 11:31 AManimateItem()
modifier of LazyLists directly to the LazyColumn or LazyRow instead of applying to every composable inside LazyItemScope
I have used LazyColumns in a lot of places in my app
Now, adding animateItems()
to all composables in all LazyColumns is a hassle