SvgPicture.asset('assets/images/close_icon.svg', color: Colors.white,)
not showing image. output error is
The following StateError was thrown resolving a single-frame picture stream:
Bad state: Could not parse "currentColor" as a color.
You can open your svg asset assets/images/close_icon.svg
and edit color property from currentColor to any other valid color (like black or white).
Collected from the Internet
Please contact javaer1[email protected] to delete if infringement.
Comments