Julian Steenbakker
4 лет назад
committed by
GitHub
Родитель
Сommit
b0ba1baf37
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов:
5 добавлений и
3 удалений
-
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!, |
|
|
|
), |
|
|
|
), |
|
|
|
) |
|
|
|
], |
|
|
|
|