-
-
Notifications
You must be signed in to change notification settings - Fork 901
Line height (TextStyle.height) #233
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
Comments
Yes, this is a planned feature in 1.0.0. Thank you for your suggestion! |
We are looking forward to that new upload. We need Thanks a lot! |
Hi, thanks for the update, 1.0.0 looks great. I can't seem to find lineHeight on the Style class, however. I tried using height, but that seems to be the height of the entire Html widget, and not each line of text. I may be missing something. |
Is lineHeight available in 1.0.0? |
+1 for lineHeight |
I have created a PR for this: #306 you can find my branch here while waiting for the approval |
IMHO this is a key feature to have. Do you think this will be available any time soon? Thanks! |
What's the status on this feature request? |
I have implemented it. But the maintainer of this package is not really active. #233 (comment) |
+1 for @vanlooverenkoen PR thanks @vanlooverenkoen ! |
…-support #233: Added supoort for line-height
Duplicate of #210 |
I'm using 1.0.0-pre1
It would be nice to have Style.lineHeight property or similar, which would be used as TextStyle.height in TextStyle class.
https://api.flutter.dev/flutter/painting/TextStyle/height.html
The text was updated successfully, but these errors were encountered: