Skip to content

Commit

Permalink
tried to handle status bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
Illusion47586 committed Jan 31, 2021
1 parent 3410f65 commit fc26da2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Future<void> main() async {
SystemUiOverlayStyle(
statusBarColor: Colors.white,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.light,
systemNavigationBarColor: Colors.white,
systemNavigationBarIconBrightness: Brightness.dark,
),
);
runApp(MyApp());
Expand Down

0 comments on commit fc26da2

Please sign in to comment.