feat: 主题颜色选择

This commit is contained in:
guozhigq
2023-08-22 16:49:49 +08:00
parent b6023e35bc
commit 5a03bee410
6 changed files with 227 additions and 16 deletions

View File

@ -184,6 +184,11 @@ class _StyleSettingState extends State<StyleSetting> {
style: subTitleStyle)),
trailing: const Icon(Icons.arrow_right_alt_outlined),
),
ListTile(
dense: false,
onTap: () => Get.toNamed('/colorSetting'),
title: Text('应用主题', style: titleStyle),
),
],
),
);