textDirection property

TextDirection? textDirection
final

Sets the direction the text of this widget should flow. If unset or null, the nearest Directionality ancestor is used as a default. If that cannot be found, this Widget's renderer will raise an assertion.

Implementation

final TextDirection? textDirection;