-1

I am new to Flutter and I want to make this grey notification bar black also time and other icons should be white for just one page not for all app I have tried the library below but it is not working for me. Is there any solution for this?

https://pub.dev/packages/flutter_statusbarcolor

enter image description here

Mariano Zorrilla
  • 7,165
  • 2
  • 34
  • 52

1 Answers1

-1

SystemUiOverlayStyle uiConfig = SystemUiOverlayStyle( statusBarIconBrightness: Brightness.dark, statusBarColor: (Color), );