-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to align title #35
Comments
May I ask you to show your use-case, I want to know why you need it. |
Hi, |
I think it is not related to the alignment of text, |
I'm gonna close it If I don't get any answer till tomorrow. |
What? |
today its hardcoded in "void drawTitles"
in this line
final TextPainter tp = TextPainter(text: span, textAlign: TextAlign.center, textDirection: TextDirection.ltr);
The text was updated successfully, but these errors were encountered: