Answers for "how to change the color of notification bar on flutter"

0

change color of notification bar flutter

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
  statusBarColor: Colors.white
));
Posted by: Guest on July-06-2021

Code answers related to "how to change the color of notification bar on flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language