DynamicFormFields constructor
const
DynamicFormFields({})
Implementation
const DynamicFormFields({
super.key,
required this.fields,
required this.values,
required this.onChanged,
this.showLabels = true,
this.primaryColor = Colors.blue,
this.backgroundColor = Colors.white,
});