QRScannerScreen constructor
const
QRScannerScreen({})
Implementation
const QRScannerScreen({
Key? key,
required this.title,
required this.cancelButtonText,
required this.scanInstructions,
required this.theme,
required this.showFlashlight,
required this.vibrate,
}) : super(key: key);