From ebd663f782cfc10499186234659cc0088cd1e60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A0=E6=96=87=E8=BD=A9?= <12812285557@qq.com> Date: Tue, 7 Sep 2021 16:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/views/settings_view.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/views/settings_view.dart b/lib/src/views/settings_view.dart index eb0c58c..9936706 100644 --- a/lib/src/views/settings_view.dart +++ b/lib/src/views/settings_view.dart @@ -14,6 +14,8 @@ class _SettingsViewState extends State { return ListView( children: [ SwitchListTile( + inactiveThumbColor: Colors.white, + inactiveTrackColor: Color(0xFF999999), title: Text('终端日志',style: TextStyle(fontSize: 16,color: Colors.black),), subtitle: Text(''), value: LoggerData.markLogger,