Преглед на файлове

Merge pull request #449 from devasx666/update_pading_shape

fix: fixed padding in shape
flutter-beta
Julian Steenbakker преди 4 години
committed by GitHub
родител
ревизия
b0ba1baf37
No known key found for this signature in database GPG ключ ID: 4AEE18F83AFDEB23
променени са 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!,
),
),
)
],


Зареждане…
Отказ
Запис