فهرست منبع

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