DragDropBox

@Composable
fun DragDropBox(modifier: Modifier = Modifier, onDrop: (DragData) -> Unit)(source)