TabBar 的標題可以轉到 Tab 的中心嗎?

uj5u.com熱心網友回復:
在您的 TabBar 小部件中,將 isScrollable 選項設定為 false
TabBar(
isScrollable: false, //set to false here
unselectedLabelColor: Colors.grey,
indicatorColor: Colors.black54,
tabs: <Tab>[
Tab(
text: "Feed",
),
Tab(
text: "Popular",
),
],
),
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/362196.html
