matchTextDirection property
final
Whether to paint the image in the direction of the TextDirection.
If this is true, then in TextDirection.ltr contexts, the image will be drawn with its origin in the top left (the "normal" painting direction for images); and in TextDirection.rtl contexts, the image will be drawn with a scaling factor of -1 in the horizontal direction so that the origin is in the top right.
Implementation
final bool matchTextDirection;