You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BottomNavigationBarItem's title parameter is deprecated and hence is no longer available as a parameter as specified in the official Flutter's Documentation. This raises an error and hence has to be migrated.
We have to replace the title parameter with label. That will fix this issue.
The text was updated successfully, but these errors were encountered:
BottomNavigationBarItem's
title
parameter is deprecated and hence is no longer available as a parameter as specified in the official Flutter's Documentation. This raises an error and hence has to be migrated.We have to replace the
title
parameter withlabel
. That will fix this issue.The text was updated successfully, but these errors were encountered: