flutter_widget_from_html
flutter_widget_from_html copied to clipboard
please support css style : text-indent
can you support text-indent style? this is useful in paragraph. p{ text-indent:50px; }
This probably won't be supported anytime soon. It looks like this property supports negative length which puts the text outside of the element box and that's pretty hard to do in Flutter. I'll have to put this into the back log.
Thank you for the suggestion. I didn't even know this exists.