Julian Steenbakker
před 4 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
5 přidání a
3 odebrání
-
lib/src/qr_code_scanner.dart
|
|
|
@@ -101,10 +101,12 @@ class _QRViewState extends State<QRView> { |
|
|
|
return Stack( |
|
|
|
children: [ |
|
|
|
_getPlatformQrView(), |
|
|
|
Container( |
|
|
|
Padding( |
|
|
|
padding: widget.overlayMargin, |
|
|
|
decoration: ShapeDecoration( |
|
|
|
shape: widget.overlay!, |
|
|
|
child: Container( |
|
|
|
decoration: ShapeDecoration( |
|
|
|
shape: widget.overlay!, |
|
|
|
), |
|
|
|
), |
|
|
|
) |
|
|
|
], |
|
|
|
|