textDirection property

TextDirection? textDirection
final

The directionality of the text. Defaults to the ambient Directionality, if any.

See TextField.textDirection for more information.

Implementation

final TextDirection? textDirection;