Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

change color of notification bar flutter

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
  statusBarColor: Colors.white
));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #color #notification #bar #flutter
ADD COMMENT
Topic
Name
4+2 =