开关颜色

master
章文轩 3 years ago
parent b19bf1eda4
commit ebd663f782

@ -14,6 +14,8 @@ class _SettingsViewState extends State<SettingsView> {
return ListView( return ListView(
children: [ children: [
SwitchListTile( SwitchListTile(
inactiveThumbColor: Colors.white,
inactiveTrackColor: Color(0xFF999999),
title: Text('终端日志',style: TextStyle(fontSize: 16,color: Colors.black),), title: Text('终端日志',style: TextStyle(fontSize: 16,color: Colors.black),),
subtitle: Text(''), subtitle: Text(''),
value: LoggerData.markLogger, value: LoggerData.markLogger,

Loading…
Cancel
Save