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