Mahmudul Hasan Shohag
05/06/2021, 10:55 PMLazyColumn. For ScrollState we can use the scroll.value to get the scroll position/offset. But with LazyListState, we only have initialFirstVisibleItemScrollOffset , which give offset for per item. So how can I create the same kind of collapsible effect with LazyColumn ?Samir Basnet
05/09/2021, 1:38 PM