Browse Source

Change the color of check boxes

Vishnu Mohandas 4 years ago
parent
commit
1cc7db043f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/main.dart

+ 1 - 0
lib/main.dart

@@ -85,6 +85,7 @@ class MyApp extends StatelessWidget with WidgetsBindingObserver {
         hintColor: Colors.grey,
         hintColor: Colors.grey,
         accentColor: Colors.pink[400],
         accentColor: Colors.pink[400],
         buttonColor: Colors.pink,
         buttonColor: Colors.pink,
+        toggleableActiveColor: Colors.pink[400],
       ),
       ),
       home: HomeWidget(_title),
       home: HomeWidget(_title),
     );
     );