DialogModal constructor
const
DialogModal({})
Creates a dialog modal with the specified content and position
Implementation
const DialogModal({
super.key,
required this.child,
required this.position,
required this.isDismissing,
this.isDraggable = false,
this.offset,
this.dialogId,
});