DialogPrompt constructor
DialogPrompt({})
Implementation
DialogPrompt({
required this.title,
this.description,
this.placeholder,
this.initialValue,
this.onSubmit,
this.onCancel,
super.key,
});
DialogPrompt({
required this.title,
this.description,
this.placeholder,
this.initialValue,
this.onSubmit,
this.onCancel,
super.key,
});