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