CAKE-191 | removed Scan the qr code from qr widget

This commit is contained in:
OleksandrSobol 2020-11-26 19:50:58 +02:00
parent 29b03628e6
commit 900b7ffedc

View file

@ -52,21 +52,9 @@ class QRWidget extends StatelessWidget {
))))),
Spacer(flex: 3)
]),
isAmountFieldShow
? Offstage()
: Padding(
padding: EdgeInsets.only(top: 20),
child: Text(
S.of(context).scan_qr_code,
style: TextStyle(
fontSize: 12,
fontWeight: FontWeight.w500,
color: Theme.of(context).indicatorColor),
),
),
isAmountFieldShow
? Padding(
padding: EdgeInsets.only(top: 40),
padding: EdgeInsets.only(top: 60),
child: Row(
children: <Widget>[
Expanded(