Answers for "text widget not recognize the currency symbol flutter"

0

text widget not recognize the currency symbol flutter

// MAKE SURE THAT THE FONT SUPPORT YOUR SYMBOLE :)
 // Roboto support most of them!
Text('₺',
     style: TextStyle(
     fontFamily: 'Roboto',
   )
 ),
Posted by: Guest on April-26-2022

Code answers related to "text widget not recognize the currency symbol flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language