Open jja08111 opened 3 years ago
Can you show some example?
Sure, Here is an example I made using the example of this plugin. The two values differ approximately 25 times.
...
Text('Letter spacing: 0.1', style: TextStyle(letterSpacing: 0.1, fontSize: 20)),
AdTextView(style: TextStyle(color: Colors.red, letterSpacing: 0.1, fontSize: 20)),
...
I think the letter-spacing in the
AdTextView
value needs to convert appropriately like the flutter value. Currently, this is too wider than flutter.