NiceDraggableCard<T extends Object> constructor
const
NiceDraggableCard<T extends Object> ({})
Implementation
const NiceDraggableCard({
super.key,
required this.data,
required this.child,
this.feedback,
this.childWhenDragging,
this.onDragStarted,
this.onDragEnd,
this.onDraggableCanceled,
this.enabled = true,
this.axis,
});