opt SpringDescription

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 22:08:30 +08:00
parent dff6b6486d
commit 0a40d11133
7 changed files with 49 additions and 63 deletions

View File

@@ -718,7 +718,9 @@ class _LiveRoomPageState extends State<LiveRoomPage>
? PageView(
key: pageKey,
controller: _liveRoomController.pageController,
physics: const CustomTabBarViewClampingScrollPhysics(),
physics: const CustomTabBarViewScrollPhysics(
parent: ClampingScrollPhysics(),
),
onPageChanged: (value) =>
_liveRoomController.pageIndex.value = value,
children: [