textDirection property

TextDirection textDirection

The direction to render the text relative to the coordinate.

Implementation

TextDirection get textDirection;
void textDirection=(TextDirection direction)

Implementation

set textDirection(TextDirection direction);