matchTextDirection property
Whether this icon should be mirrored horizontally when text direction is right-to-left.
See also:
- TextDirection, which discusses concerns regarding reading direction in Flutter.
- Directionality, a widget which determines the ambient directionality.
Implementation
bool get matchTextDirection;