DraggableCard constructor

DraggableCard({
  1. required Widget child,
})

Implementation

DraggableCard({required this.child});