mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
CAKE-191 | removed Scan the qr code from qr widget
This commit is contained in:
parent
29b03628e6
commit
900b7ffedc
1 changed files with 1 additions and 13 deletions
|
@ -52,21 +52,9 @@ class QRWidget extends StatelessWidget {
|
||||||
))))),
|
))))),
|
||||||
Spacer(flex: 3)
|
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
|
isAmountFieldShow
|
||||||
? Padding(
|
? Padding(
|
||||||
padding: EdgeInsets.only(top: 40),
|
padding: EdgeInsets.only(top: 60),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|
Loading…
Reference in a new issue