ConditionalDraggableDropZone constructor
const
ConditionalDraggableDropZone({})
Implementation
const ConditionalDraggableDropZone({
super.key,
required this.child,
this.draggable = true,
this.onDrop,
this.formats,
this.controller,
this.formId = "",
this.fieldId = "",
});