-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
I defined line height and letterSpacing in TextStyle, but it didn't take effect! #210
Comments
How are you using |
I used the new parser and styled the way to define the html nodes.
|
I am also having troubles with this. I'm setting up style for 'html' tag. |
This was referenced Feb 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I defined line height and letterSpacing in TextStyle, but it didn't take effect!
TextStyle( fontSize: fontSuzie, height: 10, inherit: false, wordSpacing: 0.0, color: Color(0xFF535353), letterSpacing: 1.5)
The text was updated successfully, but these errors were encountered: