소스 검색

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