Kaynağa Gözat

fix: fixed padding in shape

flutter-beta
Stepan Bezhuk 4 yıl önce
ebeveyn
işleme
96298c83ba
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. +5
    -3
      lib/src/qr_code_scanner.dart

+ 5
- 3
lib/src/qr_code_scanner.dart Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet