瀏覽代碼

Change the color of check boxes

Vishnu Mohandas 4 年之前
父節點
當前提交
1cc7db043f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/main.dart

+ 1 - 0
lib/main.dart

@@ -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),
     );