We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 548b667 + 96298c8 commit b0ba1baCopy full SHA for b0ba1ba
1 file changed
lib/src/qr_code_scanner.dart
@@ -101,10 +101,12 @@ class _QRViewState extends State<QRView> {
101
return Stack(
102
children: [
103
_getPlatformQrView(),
104
- Container(
+ Padding(
105
padding: widget.overlayMargin,
106
- decoration: ShapeDecoration(
107
- shape: widget.overlay!,
+ child: Container(
+ decoration: ShapeDecoration(
108
+ shape: widget.overlay!,
109
+ ),
110
),
111
)
112
],
0 commit comments