flutter_widget_from_html
flutter_widget_from_html copied to clipboard
能否增加支持text-underline-offset
Use case
有时候需要用到两条下划线,
一个用{'border-bottom': '1px solid','padding-bottom': '1px'} ,
另一个用{'text-decoration': 'underline dotted', 'text-underline-offset': '0.1em'}
text-underline-offset is currently not supported.