DraftModeUIDialog constructor
const
DraftModeUIDialog({})
Implementation
const DraftModeUIDialog({
super.key,
required this.title,
required this.message,
this.confirmLabel,
this.cancelLabel,
this.mode = DraftModeUIDialogStyle.confirm,
this.autoConfirm,
});