mod: 页面title修改

This commit is contained in:
guozhigq
2023-12-31 11:53:55 +08:00
parent 52ce4b4faf
commit 3c57854b23
4 changed files with 10 additions and 3 deletions

View File

@ -41,7 +41,9 @@ class _MemberSeasonsPageState extends State<MemberSeasonsPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('他的专栏'),
titleSpacing: 0,
centerTitle: false,
title: Text('他的专栏', style: Theme.of(context).textTheme.titleMedium),
),
body: Padding(
padding: const EdgeInsets.only(