I am using white background for App Bar in flutter and how can I change the status bar icon colors to black,
I am using this code to change the status bar color,
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.dark.copyWith(
statusBarColor: Colors.white,
statusBarIconBrightness: Brightness.light,
));