flutter_widget_from_html
flutter_widget_from_html copied to clipboard
Margin, Padding to accept 3 values
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