ConditionalDraggableDropZone constructor
const
ConditionalDraggableDropZone({
- Key? key,
- required Widget child,
- bool draggable = true,
- Future<
void> onDrop({- TextEditingController controller,
- required String fieldId,
- required String formId,
- required WidgetRef ref,
- List<
DataFormat< ? formats,Object> > - TextEditingController? controller,
- String formId = "",
- String fieldId = "",
Implementation
const ConditionalDraggableDropZone({
super.key,
required this.child,
this.draggable = true,
this.onDrop,
this.formats,
this.controller,
this.formId = "",
this.fieldId = "",
});