I'm getting this issue after after updating from old version (Title) to Label in the bottom nav bar. Here's a sample of the code:
BottomNavigationBarItem(
icon: Icon(iconname.shop),
label: Text(
'Store',
style: tabLinkStyle,
)),