opt tabbar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-23 10:59:55 +08:00
parent 66c43fe4ec
commit 855b35e1dc
19 changed files with 167 additions and 222 deletions

View File

@@ -57,10 +57,10 @@ class _IntroDetailState extends State<PgcIntroPanel>
children: [
Expanded(
child: TabBar(
controller: _tabController,
dividerHeight: 0,
isScrollable: true,
tabAlignment: TabAlignment.start,
tabAlignment: .start,
controller: _tabController,
dividerColor: Colors.transparent,
tabs: const [
Tab(text: '详情'),