items

abstract fun items(count: Int, key: (index: Int) -> Any, offset: (index: Int) -> DpOffset, maxSize: (index: Int) -> DpSize = { DpSize.Unspecified }, forceRender: (index: Int) -> Boolean = { false }, content: @Composable (index: Int) -> Unit)