WindowBarcodeScanner constructor
const
WindowBarcodeScanner({})
Implementation
const WindowBarcodeScanner({
Key? key,
required this.lineColor,
required this.cancelButtonText,
required this.isShowFlashIcon,
required this.scanType,
required this.onScanned,
this.appBarTitle,
this.centerTitle,
}) : super(key: key);