suragch/mongol

How to set the specific between words for text

Opened this issue · 4 comments

How to set the specific between words for text, such as padding, spacing, etc. I set wordspacing, but I didn't

If you can give me a code example of what you mean using horizontal text (with a Text widget), I'll look at the possibility of adding that functionally.

void main() { runApp(MaterialApp( home: Scaffold( body: Center( child: MongolText('墦间人散後,乌鸟正西东。'), ), ), )); }

This shouldn't be too hard to implement, but I just need to find time to work on it.

Same as issue #10