All black, everything black

This commit is contained in:
Vishnu Mohandas 2021-02-01 21:27:40 +05:30
parent b3e64a3406
commit a05af531c8

View file

@ -144,6 +144,7 @@ class MyApp extends StatelessWidget with WidgetsBindingObserver {
buttonColor: Color(0xFF2954a3),
),
toggleableActiveColor: Colors.blue[400],
scaffoldBackgroundColor: Colors.black,
),
home: HomeWidget(_title),
);