Support Direction based Border and EdgeInsets for RTL
Describe your feature request
The Style widget currently supports the Border and EdgeInsets class for borders, padding, margins etc. However this is oriented towards LRT text. We cannot use BorderDirectional and EdgeInsetsDirectional to support RTL instances. The package should support using these.
Additional context
A picture of a cute animal (not mandatory but encouraged)
I'm gonna be honest and say that I have little tono experience with RTL text on Flutter, but I absolutely agree that we should cater as much as possible for this. Could you help us by giving some pointers on the things we should change?
#1270 starts to address this. I wonder if we can add some interfacing between our HtmlPaddings and EdgeInsetsDirectional. I'll look into this.