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

@@ -215,11 +215,11 @@ class _EpisodePanelState extends State<EpisodePanel>
_buildToolbar(theme),
if (_isMulti)
TabBar(
controller: _tabController,
padding: const EdgeInsets.only(right: 60),
isScrollable: true,
tabs: widget.list.map((item) => Tab(text: item.title)).toList(),
dividerHeight: 1,
isScrollable: true,
controller: _tabController,
padding: const .only(right: 60),
tabs: widget.list.map((item) => Tab(text: item.title)).toList(),
dividerColor: theme.dividerColor.withValues(alpha: 0.1),
),
Expanded(child: enableSlide ? slideList(theme) : buildList(theme)),