textDirection property

TextDirection? textDirection
final

The directionality of the text (e.g., LTR or RTL). Defaults to null, inheriting from the context.

Implementation

final TextDirection? textDirection;