I'm building a Quran app where I want all pages to have fully filled lines
I tried to use TextAlign.justify and it kinda helped and got this output from it:

The problem is that the last line is not filled all the way out like this for example:

I tried to use TextPainter but it removed the onTapGestureRecognizer. How can I get such an output without removing the tap capability? I also tried line and letter spacing but didn't work too.