I am trying out Flutter and I am trying to change the colour of the BottomNavigationBar on the app but all I could achieve was change the colour of the Bo
BottomNavigationBar
Bo
Earlier there was no direct way to set the colors, but now you can use.
BottomNavigationBar( backgroundColor: Colors.red, selectedItemColor: Colors.black, unselectedItemColor: Colors.white, ... )