textDirection property

TextDirection? textDirection
final

The text direction to use for getting the outer path for shape.

ShapeBorders can depend on the text direction (e.g having a "dent" towards the start of the shape).

Implementation

final TextDirection? textDirection;