generated from dellevin/template
界面优化
This commit is contained in:
@@ -81,13 +81,6 @@ class _LayoutSettingsPageState extends State<LayoutSettingsPage> {
|
||||
subtitle: _bookSubtitle,
|
||||
onTap: _showBookSheet,
|
||||
),
|
||||
_buildCategoryTile(
|
||||
icon: Icons.sticky_note_2_outlined,
|
||||
title: '笔记',
|
||||
color: colors.primary,
|
||||
subtitle: _noteSubtitle,
|
||||
onTap: _showNoteSheet,
|
||||
),
|
||||
_buildCategoryTile(
|
||||
icon: Icons.sports_esports_outlined,
|
||||
title: '游戏',
|
||||
@@ -95,6 +88,13 @@ class _LayoutSettingsPageState extends State<LayoutSettingsPage> {
|
||||
subtitle: _gameSubtitle,
|
||||
onTap: _showGameSheet,
|
||||
),
|
||||
_buildCategoryTile(
|
||||
icon: Icons.sticky_note_2_outlined,
|
||||
title: '笔记',
|
||||
color: colors.primary,
|
||||
subtitle: _noteSubtitle,
|
||||
onTap: _showNoteSheet,
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user