BottomNavigationBarItem's title parameter is deprecated #3
Closed
Description
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.
Metadata
Assignees
Labels
No labels