BarcodeScanner constructor
const
BarcodeScanner({})
Implementation
const BarcodeScanner(
{Key? key,
this.lineColor = "#ff6666",
this.cancelButtonText = "Cancel",
this.isShowFlashIcon = false,
this.scanType = ScanType.barcode,
required this.onScanned,
this.appBarTitle,
this.centerTitle})
: super(key: key);