matchTextDirection property

  1. @_retainForIconTreeShaker
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

@_retainForIconTreeShaker
final bool matchTextDirection;