CAKE-191 | removed Scan the qr code from qr widget
OleksandrSobol committed
Nov 26, 2020 at 19:50 UTC
900b7ffedc1333f9fb12ab6a29417ee3cd36736f
1 file changed
+1
-13
lib/src/screens/receive/widgets/qr_widget.dart
+1
-13
@@ -52,21 +52,9 @@ class QRWidget extends StatelessWidget {
52
))))),
53
Spacer(flex: 3)
54
]),
55
- isAmountFieldShow
56
- ? Offstage()
57
- : Padding(
58
- padding: EdgeInsets.only(top: 20),
59
- child: Text(
60
- S.of(context).scan_qr_code,
61
- style: TextStyle(
62
- fontSize: 12,
63
- fontWeight: FontWeight.w500,
64
- color: Theme.of(context).indicatorColor),
65
- ),
66
- ),
55
isAmountFieldShow
56
? Padding(
69
- padding: EdgeInsets.only(top: 40),
57
+ padding: EdgeInsets.only(top: 60),
58
child: Row(
59
children: <Widget>[
60
Expanded(