Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -246,4 +246,15 @@ class MemberController extends CommonDataController<SpaceData, SpaceData?>
SmartDialog.showToast(res['msg']);
}
}
void onTapTab(int value) {
if (tabController?.indexIsChanging == false &&
key.currentState?.outerController.hasClients == true) {
key.currentState!.outerController.animateTo(
key.currentState!.outerController.offset,
duration: const Duration(milliseconds: 500),
curve: Curves.easeInOut,
);
}
}
}