ImageQualityConfig constructor

ImageQualityConfig({
  1. int? dpiThreshold,
  2. int? angleThreshold,
  3. bool focusCheck = true,
  4. bool glaresCheck = true,
  5. bool colornessCheck = true,
})

Implementation

ImageQualityConfig({
  this.dpiThreshold,
  this.angleThreshold,
  this.focusCheck = true,
  this.glaresCheck = true,
  this.colornessCheck = true,
});