优化主界面显示

This commit is contained in:
DelLevin-Home
2026-07-10 19:24:14 +08:00
parent f8ea982636
commit 2e6e283218
4 changed files with 43 additions and 42 deletions

View File

@@ -75,6 +75,8 @@ class _ProfilePageState extends State<ProfilePage> with RouteAware {
return Column(
children: [
AppBar(
titleSpacing: 8,
leadingWidth: 44,
leading: Builder(
builder: (context) => IconButton(
icon: Icon(Icons.menu, color: colors.onSurface),