I have a TextField with TextAlign.right. If i write some text in it and press the space bar multiple times the spaces are not displayed, until i enter another "visible" character.
How to display the spaces without entering a "visible" character after?
2
Answers
I found a solution to this problem. Hope it helps others. If the space get´s replaced with u00A0 it works like intended.
Just set the text direction to right-to-left:
And it will work.