瀏覽代碼

fix: fixed padding in shape

flutter-beta
Stepan Bezhuk 4 年之前
父節點
當前提交
96298c83ba
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. +5
    -3
      lib/src/qr_code_scanner.dart

+ 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!,
),
),
)
],


Loading…
取消
儲存