CoreForm constructor

const CoreForm({@required String form, @required ValueChanged onChanged, double padding, dynamic form_map })

Implementation

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