I am developing an application. And i need to set the symbol of Indian rupee on text view which is set with the text as amount.
Symbol:
you can go with the below line of code for Flutter
child: Text('\u20B9 ${tx.amount}',