ScannerWidget constructor
const
ScannerWidget({
- Key? key,
- required void onScanSuccess(
- String? code
- required CameraFacing cameraFacing,
Implementation
const ScannerWidget({super.key, required this.onScanSuccess, required this.cameraFacing});