Answers for "how to change status bar background color in light mode to white color in flutter"

7

color of status bar flutter

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
  statusBarColor: Colors.white
));
Posted by: Guest on October-21-2020

Code answers related to "how to change status bar background color in light mode to white color in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language