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
645 stars 242 forks source link

Margin, Padding to accept 3 values #1327

Open benjamin1571 opened 3 months ago

benjamin1571 commented 3 months 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