My application's directionality is RTL, but I need a specific widget's directionality to be set to LTR.
I coding, the solution would be wrapping the widget with "Directionality" and setting the textDirection field to the required Enum (TextDiretion.LTR / TextDirecion.RTL).
The problem is that there is no way to do this without code... and I try to avoid creating a new custom widget just for that.
Any thoughts or workarounds?