mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: member page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -72,12 +72,15 @@ class _MemberContributeState extends State<MemberContribute>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
child: Material(
|
||||||
|
color: Colors.transparent,
|
||||||
child: TabBarView(
|
child: TabBarView(
|
||||||
physics: const NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
controller: _controller.tabController,
|
controller: _controller.tabController,
|
||||||
children: _controller.items!.map(_getPageFromType).toList(),
|
children: _controller.items!.map(_getPageFromType).toList(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
: _controller.items?.isNotEmpty == true
|
: _controller.items?.isNotEmpty == true
|
||||||
|
|||||||
Reference in New Issue
Block a user