textDirection property Null safety

TextDirection? textDirection
read / write

textDirection used, if shouldWrap is true,

Determines the order to lay children out horizontally and how to interpret start and end in the horizontal direction.

Implementation

TextDirection? textDirection;