feat: slide dismiss tabbarview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-24 22:11:49 +08:00
parent a130b5db98
commit 3993ff8a8e
10 changed files with 3789 additions and 52 deletions

View File

@@ -113,7 +113,7 @@ class _FollowPageState extends State<FollowPage> {
return Tab(
text: '${item.name}${count != null ? '($count)' : ''}');
});
}).toList(),
}),
onTap: (value) {
if (!_followController.tabController!.indexIsChanging) {
final item = _followController.tabs[value];