layoutDirection property

TextDirection? layoutDirection
final

The directionality of the layout.

This is used to resolve the location values.

Defaults to the ambient Directionality, if any.

See also:

Implementation

final TextDirection? layoutDirection;