I want to present you a different approach of creating tabs in Flutter. Yes, the most common way is to have a horizontal tabs in your application, but what if you have a vertical tabs with a nice animation? Well, we are going to learn how to do that in…