Answers for "how to change statusbar icons to white 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 statusbar icons to white flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language