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

@ -52,6 +52,7 @@ class _FollowPageState extends State<FollowPage> {
TabBar(
controller: _followController.tabController,
isScrollable: true,
tabAlignment: TabAlignment.start,
tabs: [
for (var i in data['data']) ...[
Tab(text: i.name),