opt: pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-29 09:30:23 +08:00
parent f854e949cd
commit eca69f3d6d
30 changed files with 451 additions and 495 deletions

View File

@@ -48,7 +48,9 @@ class _MemberPageNewState extends State<MemberPageNew>
@override
Widget build(BuildContext context) {
_userController.top ??= MediaQuery.of(context).padding.top;
if (_userController.top == null || _userController.top == 0) {
_userController.top = MediaQuery.of(context).padding.top;
}
return Scaffold(
resizeToAvoidBottomInset: false,
body: Obx(