daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

能否增加支持text-underline-offset #1341

Open christapps opened 2 weeks ago

christapps commented 2 weeks ago

Use case

有时候需要用到两条下划线, 一个用{'border-bottom': '1px solid','padding-bottom': '1px'} , 另一个用{'text-decoration': 'underline dotted', 'text-underline-offset': '0.1em'} 11111

daohoangson commented 2 weeks ago

text-underline-offset is currently not supported.