优化图库界面

This commit is contained in:
DelLevin-Home
2026-08-10 21:09:52 +08:00
parent ceb51afd03
commit 5060cae626
4 changed files with 153 additions and 86 deletions

View File

@@ -75,6 +75,8 @@ class AppTheme {
backgroundColor: scheme.surface,
foregroundColor: scheme.onSurface,
elevation: 0,
scrolledUnderElevation: 0,
surfaceTintColor: Colors.transparent,
centerTitle: false,
titleSpacing: 24,
titleTextStyle: TextStyle(
@@ -207,6 +209,8 @@ class AppTheme {
backgroundColor: _white,
foregroundColor: _black,
elevation: 0,
scrolledUnderElevation: 0,
surfaceTintColor: Colors.transparent,
centerTitle: false,
titleSpacing: 24,
titleTextStyle: TextStyle(
@@ -431,6 +435,8 @@ class AppTheme {
backgroundColor: _black,
foregroundColor: _white,
elevation: 0,
scrolledUnderElevation: 0,
surfaceTintColor: Colors.transparent,
centerTitle: false,
titleSpacing: 24,
titleTextStyle: TextStyle(