Change the color of check boxes

This commit is contained in:
Vishnu Mohandas 2020-09-18 00:33:21 +05:30
parent a5028c9605
commit 1cc7db043f

View file

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