feat: custom spring (#304)

This commit is contained in:
My-Responsitories
2025-02-22 09:56:36 +00:00
committed by GitHub
parent 6506afa732
commit b2c520bd91
14 changed files with 121 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ import 'package:PiliPlus/utils/utils.dart';
import 'package:extended_nested_scroll_view/extended_nested_scroll_view.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:PiliPlus/common/widgets/spring_physics.dart';
class MemberPageNew extends StatefulWidget {
const MemberPageNew({super.key});
@@ -151,6 +152,7 @@ class _MemberPageNewState extends State<MemberPageNew>
top: false,
bottom: false,
child: TabBarView(
physics: customTabBarViewScrollPhysics,
controller: _userController.tabController,
children: _userController.tab2!.map((item) {
return switch (item.param!) {