xxxxxxxxxx
TabBar(
isScrollable: true,
labelStyle: TextStyle(
fontSize: 14.0,
fontFamily: 'fontfamily',
color: Colors.blue),
unselectedLabelStyle:
TextStyle(
fontSize: 14.0, fontFamily: 'fontfamily'),
tabs: myTabs,
controller: _tabController,
),