BarcodeScanner constructor
const
BarcodeScanner({})
Implementation
const BarcodeScanner({
super.key,
required this.lineColor,
required this.cancelButtonText,
required this.isShowFlashIcon,
required this.scanType,
required this.onScanned,
this.appBarTitle,
this.centerTitle,
this.child,
});