-
-
Notifications
You must be signed in to change notification settings - Fork 888
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
Bulletpoints not vertically centered in unordered list #141
Milestone
Comments
besserwisser
changed the title
Bulletpoints not centered in unordered list
Bulletpoints not vertically centered in unordered list
Aug 13, 2019
Alright, I found the issue in the rich_text_parser.dart. The BlockText Widget does not style the leadingChar accordingly. I will try to make a pull request with a leadingCharStyle argument for the BlockText constructor and passing in the nextContext.childStyle. |
Here is the pull request |
Currently happening on 2.2.1 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the unordered List with a custom font size, the position of the bullet points is off:
Html:
Flutter:
Is there any chance that I can get the bullet points to work with any font size? What can I alternatively do as a workaround?
Thank you!
The text was updated successfully, but these errors were encountered: