ScannerConfig constructor
const
ScannerConfig({})
Implementation
const ScannerConfig({
this.borderColor = Colors.green,
this.borderWidth = 3.0,
this.borderRadius = 16.0,
this.scanAreaSize = 0.7,
this.overlayColor = Colors.black54,
this.showStatusText = true,
this.title,
this.showAppBar = true,
this.appBarColor,
this.showTorchToggle = true,
});