Answers for "status bar icon color flutter"

7

color of status bar flutter

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

change icon color flutter

Icon(
  Icons.widgets,
  color: Colors.blue.shade400,
)
Posted by: Guest on December-01-2020

Code answers related to "status bar icon color flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language