skip to Main Content

Change System Navigation Bar Color in flutter

I am trying to change the System Navigation Bar Color in my app with below code. SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle( systemNavigationBarColor: Colors.white,)); I am able to change it but when i navigate to other screen it changes back to its original color which…

VIEW QUESTION
Back To Top
Search