ReorderableLazyListState

constructor(listState: LazyListState, scope: CoroutineScope, maxScrollPerFrame: Float, onMove: (fromIndex: ItemPosition, toIndex: ItemPosition) -> Unit, canDragOver: (draggedOver: ItemPosition, dragging: ItemPosition) -> Boolean? = null, onDragEnd: (startIndex: Int, endIndex: Int) -> Unit? = null, dragCancelledAnimation: DragCancelledAnimation = SpringDragCancelledAnimation())