mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 23:29:47 +08:00
feat: fav topic
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -116,6 +116,8 @@ class _FavPageState extends State<FavPage> with SingleTickerProviderStateMixin {
|
||||
],
|
||||
bottom: TabBar(
|
||||
controller: _tabController,
|
||||
isScrollable: true,
|
||||
tabAlignment: TabAlignment.start,
|
||||
tabs: FavTabType.values.map((item) => Tab(text: item.title)).toList(),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user