textDirection property

TextDirection? textDirection
final

The text direction to use when interpreting the alignment if it is an AlignmentDirectional.

Defaults to null, in which case Directionality.maybeOf is used to determine the text direction.

Implementation

final TextDirection? textDirection;