Is there a way to change a given Widget's "Directionality" (RTL/LTR) besides coding a custom widget?

Widgets & Design

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?

What have you tried so far?

I tried to change the widget input's mask and filtering but that doesn't help.

Did you check FlutterFlow's Documentation for this topic?
No
2
5 replies