NiceDropZone<T extends Object> constructor
const
NiceDropZone<T extends Object> ({})
Implementation
const NiceDropZone({
super.key,
this.acceptedTypes = const [],
this.onDrop,
this.onWillAccept,
required this.child,
this.activeChild,
this.hoverChild,
this.backgroundColor,
this.activeColor,
this.borderRadius,
this.enabled = true,
});