BottomNavigationBar
BottomNavigationBar copied to clipboard
IgnoreShiftingResize and IgnoreScalingResize throw exceptions on _items == null
https://github.com/pocheshire/BottomNavigationBar/blob/549fba30780822c72bd3d1c84793805336cb36a8/src/bottom-navigation-bar/BottomBar.cs#L200
https://github.com/pocheshire/BottomNavigationBar/blob/549fba30780822c72bd3d1c84793805336cb36a8/src/bottom-navigation-bar/BottomBar.cs#L219
Both setters throw exceptions when _items == null. But the exception message says something different. So what is correct here?