QRView constructor
const
QRView({
- required Key key,
- required QRViewCreatedCallback onQRViewCreated,
- QrScannerOverlayShape? overlay,
- EdgeInsetsGeometry overlayMargin = EdgeInsets.zero,
- CameraFacing cameraFacing = CameraFacing.back,
- PermissionSetCallback? onPermissionSet,
- List<
BarcodeFormat> formatsAllowed = const <BarcodeFormat>[],
Implementation
const QRView({
required Key key,
required this.onQRViewCreated,
this.overlay,
this.overlayMargin = EdgeInsets.zero,
this.cameraFacing = CameraFacing.back,
this.onPermissionSet,
this.formatsAllowed = const <BarcodeFormat>[],
}) : super(key: key);