I tried following code but it does not working
BottomNavigationBarItem(
icon: SvgPicture.asset("assets/icons/tinpay3.svg"),
label: "TINPAY",
backgroundColor: Color.fromRGBO(255, 194, 44, 1.0),
)
I want to change background color like that. . SO How to change background color of bottomnavigationItem?