TextPromptSync constructor
const
TextPromptSync({})
Implementation
const TextPromptSync({
required this.title,
this.theme = PromptTheme.dark,
this.placeholder,
this.validator,
this.required = false,
this.masked = false,
this.maskChar = '•',
this.allowReveal = true,
});