CAKE-333 | increased area of tapping on "Coin control"

This commit is contained in:
OleksandrSobol 2021-07-22 14:49:20 +03:00
parent dd947bdba1
commit 800a8c6984

View file

@ -436,6 +436,8 @@ class SendPage extends BasePage {
child: GestureDetector(
onTap: () => Navigator.of(context)
.pushNamed(Routes.unspentCoinsList),
child: Container(
color: Colors.transparent,
child: Row(
mainAxisAlignment:
MainAxisAlignment.spaceBetween,
@ -455,6 +457,7 @@ class SendPage extends BasePage {
)
)
)
)
],
),
)