devmaslove

Results 2 comments of devmaslove

I have the same problem. In svg file: stroke="currentColor" If I set currentColor with opacity - ```dart theme: SvgTheme( currentColor: Colors.white.withOpacity(0.5), ), ``` opacity is ignored