When placing TabBar
within the AppBar
, you should use the bottom
property.
// ... other lines
return new Scaffold(
appBar: AppBar(
backgroundColor: Colors.white,
automaticallyImplyLeading: false,
elevation: 1,
bottom: new TabBar(
indicatorColor: Colors.transparent,
controller: _tabcontroller,
// ... other lines
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…