opt: navigationBar展示

This commit is contained in:
guozhigq
2024-04-11 23:26:06 +08:00
parent 48e81ac85c
commit f3eb870b1a
2 changed files with 66 additions and 66 deletions

View File

@ -287,7 +287,7 @@ class _StyleSettingState extends State<StyleSetting> {
ListTile(
dense: false,
onTap: () => Get.toNamed('/navbarSetting'),
title: Text('navbar设置', style: titleStyle),
title: Text('底部导航栏设置', style: titleStyle),
),
if (Platform.isAndroid)
ListTile(