My designer has switched from PNG to SVG files, 'cause our icons are to pixelated.
How I can use a SVG as an ImageIcon?.
Previous I have used this for PNG files:
ImageIcon(AssetImage('assets/images/ic_home.png')
I'm using flutter_svg (SvgPicture.asset(item.icon, height: 24, width: 24))
Thank you in advance for your help!