Update home_page.dart

This commit is contained in:
jyuesong
2022-01-26 17:28:20 +08:00
parent 1a055bdca7
commit 7caf726381

View File

@@ -189,6 +189,8 @@ class _HomePageState extends ConsumerState<HomePage> with TickerProviderStateMix
setState(() {}); setState(() {});
}, },
elevation: 0, elevation: 0,
selectedFontSize: 12,
unselectedFontSize: 12,
type: BottomNavigationBarType.fixed, type: BottomNavigationBarType.fixed,
showSelectedLabels: !isNewYear, showSelectedLabels: !isNewYear,
showUnselectedLabels: !isNewYear, showUnselectedLabels: !isNewYear,