I’m working with Flutter. When I change the icon using the NavigationBar I want the selected icon to have a larger size, but make this change animated, similar to how it happens in the BottonNavigationBar, but the NavigationBar version I have not been able to achieve this animation
2
Answers
You can use AnimatedContainer
here is an example