textDirection property

TextDirection? textDirection
final

The text direction to use for rendering the icon.

If this is null, the ambient Directionality is used instead.

If the text direction is TextDirection.rtl, the icon will be mirrored horizontally (e.g back arrow will point right).

Implementation

final TextDirection? textDirection;