FormioComponentBuildContext constructor
const
FormioComponentBuildContext({
- required ComponentModel component,
- required dynamic value,
- required ValueChanged onChanged,
- Map<
String, dynamic> ? formData, - FilePickerCallback? onFilePick,
- DatePickerCallback? onDatePick,
- TimePickerCallback? onTimePick,
Implementation
const FormioComponentBuildContext({
required this.component,
required this.value,
required this.onChanged,
this.formData,
this.onFilePick,
this.onDatePick,
this.onTimePick,
});