textDirection property

TextDirection? textDirection
final

🔚 The text direction to use when rendering this IconToo.

This property has no effect if the icon's IconData.matchTextDirection field is false, but an IconToo must always specify a text direction for coherence with the specification:

Implementation

final TextDirection? textDirection;