Package-level declarations

Functions

Link copied to clipboard
fun LazyListScrollbarHost(    modifier: Modifier = Modifier,     lazyListState: LazyListState = rememberLazyListState(),     content: @Composable (LazyListState) -> Unit)

This Host contains LazyListScrollbarScreen and content. It overlay scrollbar over the lazy composable content. It took over the lazyListState at content for sharing lazyListState.