CoreForm constructor
Implementation
const CoreForm({
@required this.form,
@required this.onChanged,
this.padding,
this.form_map,
});
const CoreForm({
@required this.form,
@required this.onChanged,
this.padding,
this.form_map,
});