tab可滑动

master
张萌 3 years ago
parent d68b595392
commit b279cbcd23

@ -65,6 +65,7 @@ class _WorkOrderDistributorPageState extends State<WorkOrderDistributorPage>
appBarBottom: PreferredSize(
preferredSize: Size.fromHeight(88.w),
child: AkuTabBar(
isScrollable: true,
tabs: _tabs,
controller: _tabController,
),

@ -54,6 +54,7 @@ class _WorkOrderReceiverPageState extends State<WorkOrderReceiverPage>
appBarBottom: PreferredSize(
preferredSize: Size.fromHeight(88.w),
child: AkuTabBar(
isScrollable: true,
tabs: _tabs,
controller: _tabController,
),

Loading…
Cancel
Save