opt: member page appbar

This commit is contained in:
bggRGjQaUbCoE
2024-10-24 11:43:52 +08:00
parent 4431ed09c0
commit af7b242a85
2 changed files with 15 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ class _MemberPageNewState extends State<MemberPageNew>
)
: const SizedBox.shrink()),
pinned: true,
backgroundColor: Theme.of(context).colorScheme.surface,
scrolledUnderElevation: 0,
flexibleSpace: _buildUserInfo(_userController.loadingState.value),
bottom: needTab && (_userController.tab2?.length ?? -1) > 1