SonGoku85
Results
1
comments of
SonGoku85
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