textDirection property

TextDirection? textDirection
final

The local TextDirection. If left null, the ambient Directionality.of(context) is obtained.

Determines, for a scrollDirection == Axis.horizontal scrolling child, if the start of the scrollable is at the left end or right.

Implementation

final TextDirection? textDirection;