Answers for "flutter change notification icon color"

2

change icon color flutter

Icon(
  Icons.widgets,
  color: Colors.blue.shade400,
)
Posted by: Guest on December-01-2020
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 change notification icon color"

Code answers related to "Dart"

Browse Popular Code Answers by Language