for removing the divider line use the property of TabBar "dividerColor: Colors.transparent"
TabBar( dividerColor: Colors.transparent, //it will removing the line labelColor: Colors.white, unselectedLabelColor: Colors.black, ..... .... ...