DVFormControlsFactory typedef
DVFormControlsFactory =
DVFormControls Function(Object? model, {void onReset()?, void onSubmit()?})
Implementation
typedef DVFormControlsFactory = DVFormControls Function(
Object? model, {
void Function()? onSubmit,
void Function()? onReset,
});