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