How to disable bottom NavBar popup size of an item when clicked in flutter
selectedIconTheme
and unselectedIconTheme
are two properties of BottomNavigationBar that you can use to control the size (and color and opacity) of the icons in your navigation bar. (https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html)