flutter_html
flutter_html copied to clipboard
"vertical-align: middle" not work
Could you provide a small example (html) of what you are trying to achieve?
Whilst the vertical-align css property is parsed, I think there is no code to do anything with it, so indeed it is not supported yet at all. What is your use-case?
Hey, have this use case:

I'd like to align it the tex with the html vertically.
We might be able to support this by applying ui.PlaceholderAlignment.middle to the WidgetSpan alignment.
Note to self: See also discussion at #556.