AutoForm constructor
AutoForm({})
Implementation
AutoForm({
this.children = const [],
required this.onSubmit,
this.submitButtonLabel = "Submit",
super.key,
this.padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
});