items

abstract fun items(count: Int, itemContent: @Composable LazyItemScope.(index: Int) -> Unit)

Adds a count of items.

Parameters

count

the items count

itemContent

the content displayed by a single item