InfoForm constructor
InfoForm({})
Implementation
InfoForm({
super.key,
this.onImageSelected,
required this.formKey,
this.editFunctionality = false,
this.saveFunctionality = false,
this.onModified,
});
InfoForm({
super.key,
this.onImageSelected,
required this.formKey,
this.editFunctionality = false,
this.saveFunctionality = false,
this.onModified,
});