Answers for "flutter ios notification bar color"

0

change color of notification bar flutter

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

Code answers related to "flutter ios notification bar color"

Code answers related to "Dart"

Browse Popular Code Answers by Language