tab可滑动

master
张萌 3 years ago
parent d68b595392
commit b279cbcd23

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

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

Loading…
Cancel
Save