JsonFormArray constructor
const
JsonFormArray({})
Implementation
const JsonFormArray({
Key? key,
required this.form,
required this.onChanged,
this.padding,
this.formMap,
this.errorMessages = const {},
this.validations = const {},
this.decorations = const {},
this.buttonSave,
this.actionSave,
this.controller,
}) : super(key: key);