TUIDraggableCard constructor

const TUIDraggableCard({
  1. Key? key,
  2. required Widget child,
  3. bool backgroundDark = false,
})

Implementation

const TUIDraggableCard({
  super.key,
  required this.child,
  this.backgroundDark = false,
});