auto_hyphenating_text
auto_hyphenating_text copied to clipboard
Text align problem.
puts hyphen where they shouldn't and textalign.justify doesn't work. Have a nice day! Thanx
Can you provide an example?
You use for each line an own TextSpan element. But TextAlign.justify only work in multiline elements.
Your code: texts.add(const TextSpan(text: "\n"));
https://api.flutter.dev/flutter/dart-ui/TextAlign.html