Set default status bar color to white

This commit is contained in:
Igor Kulikov
2021-08-17 14:50:31 +03:00
parent 227c712d7e
commit 21520ed095

View File

@@ -126,6 +126,7 @@ class ThingsboardAppState extends State<ThingsboardApp> with TickerProviderState
Widget build(BuildContext context) {
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
systemNavigationBarColor: Colors.white,
statusBarColor: Colors.white,
systemNavigationBarIconBrightness: Brightness.light
));
return MaterialApp(