You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
I am having issues when I am using some specific strings (e.g. "Updating queue number...") as progress messages where it turns out to be weird looking because of some weird text alignment. (See attached pic)
I checked the code and it confirmed that it was using justify text alignment. Text(_dialogMessage, textAlign: TextAlign.justify, style: _messageStyle)
I hope you can add an optional parameter for setting the text alignment so I can easily adjust it accordingly.
Thanks! :)
The text was updated successfully, but these errors were encountered:
I am having issues when I am using some specific strings (e.g. "Updating queue number...") as progress messages where it turns out to be weird looking because of some weird text alignment. (See attached pic)

I checked the code and it confirmed that it was using justify text alignment.
Text(_dialogMessage, textAlign: TextAlign.justify, style: _messageStyle)
I hope you can add an optional parameter for setting the text alignment so I can easily adjust it accordingly.
Thanks! :)
The text was updated successfully, but these errors were encountered: