textDirection property

TextDirection? textDirection
final

Determines the order to lay children out horizontally.

Defaults to the ambient Directionality.

If textDirection is TextDirection.rtl, then the direction in which text flows starts from right to left. Otherwise, if textDirection is TextDirection.ltr, then the direction in which text flows starts from left to right.

Implementation

final TextDirection? textDirection;