FormRenderer constructor
const
FormRenderer({
- Key? key,
- required FormModel form,
- OnFormChanged? onChanged,
- OnFormSubmitted? onSubmit,
- OnFormSubmitFailed? onError,
- Map<
String, dynamic> ? initialData, - FilePickerCallback? onFilePick,
- DatePickerCallback? onDatePick,
- TimePickerCallback? onTimePick,
- bool enableLinks = true,
- ApiClient? apiClient,
Implementation
const FormRenderer({
super.key,
required this.form,
this.onChanged,
this.onSubmit,
this.onError,
this.initialData,
this.onFilePick,
this.onDatePick,
this.onTimePick,
this.enableLinks = true,
this.apiClient,
});