I use setMaxWidth
to make TextFlow
automatically wrap text. But if its width is small, it will break words like the following.
We only
travele
d
togethe
r for
10
years.
Is there a way to wrap the text without breaking the words?
I don’t find any way to do this.