matchTextDirection property

bool matchTextDirection
final

Whether this icon should be automatically mirrored in right-to-left environments.

The Icon widget respects this value by mirroring the icon when the Directionality is TextDirection.rtl.

Implementation

final bool matchTextDirection;