dragDropItemsIndexed
inline fun <T> ERROR CLASS: Symbol not found for LazyListScope.dragDropItemsIndexed(items: List<T>, dragDropState: DragDropState, noinline key: (index: Int, item: T) -> Any? = null, crossinline itemContent: ERROR CLASS: Symbol not found for LazyItemScope.(index: Int, item: T, isDragging: Boolean) -> Unit): ERROR CLASS: Unresolved name: itemsIndexed(source)
Extension function for LazyListScope with drag-and-drop functionality for indexed items.
Wraps itemsIndexed function with detectDragGesturesAfterLongPress to enable long-press drag gestures and allow items in the list to be reordered using the provided DragDropState.