ScanTextOptions constructor
ScanTextOptions({})
Implementation
ScanTextOptions({
this.textColor = Colors.black,
this.textSize = 35.0,
this.showText = true,
this.showTextOutBounds = false,
this.textBackgroundColor = Colors.transparent,
this.autoSizeText = false,
this.minTextSize = 24,
this.granularity = 2,
});