♻️ Use bottom navigation bar instead

This commit is contained in:
2024-10-05 03:12:47 +08:00
parent c59f77c877
commit ad4e4071fa
6 changed files with 131 additions and 343 deletions

View File

@ -83,7 +83,7 @@ class _ExploreScreenState extends State<ExploreScreen>
return [
SliverAppBar(
title: AppBarTitle('explore'.tr),
centerTitle: false,
centerTitle: true,
floating: true,
toolbarHeight: AppTheme.toolbarHeight(context),
leading: AppBarLeadingButton.adaptive(context),