textDirection property

TextDirection? textDirection
final

The text direction for resolving directional layout properties.

If null, uses the ambient Directionality from the widget tree. Affects how start/end alignments are interpreted.

Implementation

final TextDirection? textDirection;