TextEntryDialog constructor
const
TextEntryDialog({})
Implementation
const TextEntryDialog({
super.key,
this.title,
this.titleType = ThemeGroupType.POM,
this.description,
this.descriptionType = ThemeGroupType.MOM,
this.hintText,
this.cancelButtonText = "Cancel",
this.okButtonText = "Ok"
});