Tab(text:'电影'),
Tab(text:'电视剧'),
],
),
),
body: TabBarView...],
),
)
],
)
),
body: TabBarView..._tabController;
@override
void dispose() { //生命周期函数-组件被销毁时调用。...=TabController(
vsync: this,
initialIndex: 0,//默认加载第几个
length: 2
);
_tabController.addListener...Widget>[
Text('热销'),
Text('推荐'),
],
),
),
body: TabBarView