DefaultTabController ( length: tabs.length, // tab的個數 child: Scaffold( appBar: AppBar( title: TabBar( tabs: tabs, ), ), body: TabBarView( ...
確定! 回上一頁