Calculate USD value when sending ALL

This commit is contained in:
OmarHatem28 2022-08-15 13:46:30 +02:00
parent 8a740e1c41
commit 0b4acd33af

View file

@ -263,8 +263,10 @@ class SendCardState extends State<SendCard>
width: prefixIconWidth,
height: prefixIconHeight,
child: InkWell(
onTap: () async =>
output.setSendAll(),
onTap: () {
output.setSendAll();
cryptoAmountController.text = sendViewModel.balance;
},
child: Container(
decoration: BoxDecoration(
color: Theme.of(context)