flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

please support css style : text-indent

Open starup opened this issue 4 years ago • 1 comments

can you support text-indent style? this is useful in paragraph. p{ text-indent:50px; }

starup avatar Jun 09 '20 12:06 starup

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.

daohoangson avatar Jun 11 '20 01:06 daohoangson