CustomDropTarget constructor
Implementation
const CustomDropTarget({
super.key,
this.onPerformDrop,
this.onDropEnter,
this.onDropLeave,
required this.builder,
});
const CustomDropTarget({
super.key,
this.onPerformDrop,
this.onDropEnter,
this.onDropLeave,
required this.builder,
});