FormComponent constructor
const
FormComponent({
- Key? key,
- required ComponentModel component,
- required Map<
String, dynamic> value, - required ValueChanged<
Map< onChanged,String, dynamic> > - FormService? formService,
Implementation
const FormComponent({
super.key,
required this.component,
required this.value,
required this.onChanged,
this.formService,
});