items

expect fun items(count: Int, key: (index: Int) -> Any? = null, contentType: (index: Int) -> Any? = { null }, itemContent: @Composable ItemScope.(index: Int) -> Unit)(source)
actual fun items(count: Int, key: (index: Int) -> Any?, contentType: (index: Int) -> Any?, itemContent: ItemScope.(index: Int) -> Unit)(source)
actual fun items(count: Int, key: (index: Int) -> Any?, contentType: (index: Int) -> Any?, itemContent: ItemScope.(index: Int) -> Unit)(source)