Hello, how do I animate the all items of `LazyColumn`? I’d like to show/hide items with a neat anima...
n
Hello, how do I animate the all items of
LazyColumn
? I’d like to show/hide items with a neat animation(
AnimatedVisibility
preferably) but I can’t use
@Composable
in LazyList scope.