I noticed that the API documentation for BottomNavigationBarItem is out of date.
It mentions:
The argument icon should not be null and the argument title should not be null when used in a Material Design's BottomNavigationBar.
However, since title is now deprecated, shouldn't this message be revised to say label instead?