flutter_widget_from_html
flutter_widget_from_html copied to clipboard
!important keyword in css
I want to override inline css from html. Is it allow to use it or any suggestion ?
case: <span style="color: #f50000" >Example</span>
expect <span style="color: white !important" >Example</span>
No, !important is not yet supported.