Answers for "how to change svg color in flutter"

0

how to change svg color in flutter

BottomNavigationBarItem(
              label: 'label',
              icon: SvgPicture.asset(
                  iconPath,
              ),
              activeIcon: SvgPicture.asset(
                  iconPath,
                  color: Colors.blue,
              ),
            ),
Posted by: Guest on March-05-2022

Code answers related to "how to change svg color in flutter"

Browse Popular Code Answers by Language