UProcessField constructor
UProcessField({
- required String label,
- required TagFieldType type,
- required bool required,
- required String key,
- String? rejectionReason,
- String? text1,
- String? value,
- UTextFieldConfig? textFieldConfig,
- UFileConfig? fileConfig,
- UDropDownConfig? dropDownConfig,
- List<
UOption> ? options,
Implementation
UProcessField({
required this.label,
required this.type,
required this.required,
required this.key,
this.rejectionReason,
this.text1,
this.value,
this.textFieldConfig,
this.fileConfig,
this.dropDownConfig,
this.options,
});