QRScannerScreen constructor

const QRScannerScreen({
  1. Key? key,
  2. required String title,
  3. required String cancelButtonText,
  4. required String scanInstructions,
  5. required ScannerTheme theme,
  6. required bool showFlashlight,
  7. required bool vibrate,
})

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);