DraggableDialog constructor
const
DraggableDialog({})
Implementation
const DraggableDialog({
super.key,
required this.body,
required this.onDragUpdate,
this.header,
this.footer,
this.width,
this.maxHeight,
this.expandContent = true,
this.theme,
});