scroll

infix suspend fun LazyListState.scroll(index: Int)

Scrolls the LazyList to the specified index.

Parameters

index

The index of the item to scroll to.