layoutDirection property

TextDirection? layoutDirection
final

The layout direction to use for the embedded view.

If this is null, the ambient Directionality is used instead. If there is no ambient Directionality, TextDirection.ltr is used.

Implementation

final TextDirection? layoutDirection;