mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: appbar theme
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -47,12 +47,7 @@ class _MemberDynamicsPageState extends State<MemberDynamicsPage>
|
||||
super.build(context);
|
||||
return widget.mid == null
|
||||
? Scaffold(
|
||||
appBar: AppBar(
|
||||
titleSpacing: 0,
|
||||
centerTitle: false,
|
||||
title:
|
||||
Text('Ta的动态', style: Theme.of(context).textTheme.titleMedium),
|
||||
),
|
||||
appBar: AppBar(title: Text('Ta的动态')),
|
||||
body: _buildBody,
|
||||
)
|
||||
: _buildBody;
|
||||
|
||||
Reference in New Issue
Block a user