itemsIndexed

abstract fun itemsIndexed(key: (index: Int, item: Item) -> Any? = null, span: LazyGridItemSpanScope.(index: Int, item: Item) -> GridItemSpan? = null, contentType: (index: Int, item: Item) -> Any? = { _, _ -> null }, itemContent: @Composable LazyDragSelectGridItemScope<Item>.(index: Int, item: Item) -> Unit)