Closed TomVista closed 4 years ago
column( childen:[ TabBar( controller: tabController, indicatorWeight: 0, indicatorPadding: EdgeInsets.all(0), indicator: RectangularIndicator(color: Color(0xff486F8D)), tabs: [TimeAndLocationTabBarItem(), TimeAndLocationTabBarItem(), TimeAndLocationTabBarItem()]), Container( padding: EdgeInsets.all(0), margin: EdgeInsets.all(0), width: 200, height: 200, color: Color(0xff486F8D), child: TabBarView( controller: tabController, children: [ Container( width: 10, height: 10, ), Container( width: 10, height: 10, ), Container( width: 10, height: 10, ) ], ), ) ] )
not the tab error, i change the android emulator, the line missing 🐶