DocumentDataExtractionProgressConfiguration constructor

DocumentDataExtractionProgressConfiguration({
  1. bool enabled = true,
  2. ScanbotColor? progressColor,
  3. int animationDuration = 1000,
})

Implementation

DocumentDataExtractionProgressConfiguration({
  this.enabled = true,
  ScanbotColor? progressColor,
  this.animationDuration = 1000,
}) : progressColor = progressColor ?? ScanbotColor("#40A9FF");