Improve ui

This commit is contained in:
2025-01-23 18:21:42 +08:00
parent e555779419
commit 5184130ff8
8 changed files with 75 additions and 52 deletions

View File

@@ -52,7 +52,7 @@ class CategoriesPage extends StatelessWidget {
key: Key(categories.toString()),
child: Column(
children: [
FilledTabBar(
AppTabBar(
key: PageStorageKey(categories.toString()),
tabs: categories.map((e) {
String title = e;