This commit is contained in:
Adam Velebil 2022-04-22 15:30:02 +02:00
parent be611d5f97
commit 9dae174b3c
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -53,7 +53,7 @@ class MobileScannerWrapper extends StatelessWidget {
height: size.width - 38); height: size.width - 38);
return Stack(children: [ return Stack(children: [
QrScannerZxingView(onDetect: (scannedData) { QRScannerZxingView(onDetect: (scannedData) {
onDetect.call(scannedData); onDetect.call(scannedData);
}), }),
ClipPath( ClipPath(