mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: view later tabbar
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -90,7 +90,9 @@ class _LaterPageState extends State<LaterPage>
|
|||||||
body: Column(
|
body: Column(
|
||||||
children: [
|
children: [
|
||||||
TabBar(
|
TabBar(
|
||||||
|
isScrollable: true,
|
||||||
controller: _tabController,
|
controller: _tabController,
|
||||||
|
tabAlignment: TabAlignment.start,
|
||||||
tabs: LaterViewType.values.map((item) {
|
tabs: LaterViewType.values.map((item) {
|
||||||
final count = _baseCtr.counts[item];
|
final count = _baseCtr.counts[item];
|
||||||
return Tab(
|
return Tab(
|
||||||
|
|||||||
Reference in New Issue
Block a user