'How can I change a letters width Flutter?
Solution 1:[1]
i have some solution for you, hope it help.
If you want fit a text string to container, you can use
FittedBoxand the text will auto scale to fit it container.If you want to scale widget by ratio, use
Transform.scale.Change the font of text.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MendelG |

