I am replacing widgets to navigate. using bottom navigation bar
so when an item is pressed on the nav bar, basically the widget that scaffold's body contains is replaced with another. So is it possible to animate this change ? if so how ? I am a very beginner in flutter.