textDirection property

StacTextDirection? textDirection
final

Determines the order to lay children out horizontally and how to interpret start and end values. If null, the ambient Directionality is used (which typically provides a TextDirection).

Implementation

final StacTextDirection? textDirection;