FormPrompt constructor
const
FormPrompt({
- required String title,
- required List<
FormFieldConfig> fields, - PromptTheme theme = PromptTheme.dark,
- String? crossValidator()?,
Implementation
const FormPrompt({
required this.title,
required this.fields,
this.theme = PromptTheme.dark,
this.crossValidator,
});