reactormonk
ste
LaunchedEffect(lazyListState) { snapshotFlow { lazyListState.layoutInfo.totalItemsCount }.collect { lazyListState.animateScrollToItem(it) } }
A modern programming language that makes developers happier.