textDirection property

TextDirection? textDirection
final

The direction in which the icons are arranged.

If set to null, the TextDirection is taken from the BuildContext.

Implementation

final TextDirection? textDirection;