ScanFeedbackConfig constructor

ScanFeedbackConfig({
  1. ScanFeedbackConfigAnimation? animation,
  2. int? animationDuration,
  3. bool? beepOnResult,
  4. bool? blinkAnimationOnResult,
  5. int? cornerRadius,
  6. String? fillColor,
  7. int? redrawTimeout,
  8. String? strokeColor,
  9. int? strokeWidth,
  10. Style? style,
  11. bool? vibrateOnResult,
})

Implementation

ScanFeedbackConfig({
  this.animation,
  this.animationDuration,
  this.beepOnResult,
  this.blinkAnimationOnResult,
  this.cornerRadius,
  this.fillColor,
  this.redrawTimeout,
  this.strokeColor,
  this.strokeWidth,
  this.style,
  this.vibrateOnResult,
});