Change the color of check boxes
This commit is contained in:
parent
a5028c9605
commit
1cc7db043f
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue