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

Margin, Padding to accept 3 values #1327

Open benjamin1571 opened 1 month ago

benjamin1571 commented 1 month ago

Use case

padding: 0px 0px 12px; margin: 0px 0px 12px; is ignored in the plugin while padding: 0px 0px 12px 0px; padding: 0px 12px; padding: 12px; works

Proposal

Please can the 3 value pair be made possible too, thank you