You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to mirror some icons and use the textdirection for this.
Unfortunately the icons are generated with matchTextDirection: false
Why is this not set to true?
Currently I create my own Icons by just copying the information into a new IconData and setting the matchTextDirection.
Unfortunately this breaks the icon tree shaking mechanism recently activated.
The text was updated successfully, but these errors were encountered:
I want to mirror some icons and use the textdirection for this.
Unfortunately the icons are generated with
matchTextDirection: false
Why is this not set to true?
Currently I create my own Icons by just copying the information into a new IconData and setting the matchTextDirection.
Unfortunately this breaks the icon tree shaking mechanism recently activated.
The text was updated successfully, but these errors were encountered: