
Flutter — How to change speed of a hero animation
To modify the transition speed, you’ll have to adjust the PageRoute transition duration
If you wanna keep the default transition, you can create a class implementing MaterialPageRoute. If you already have your own transition or want to create one you can use the PageRouteBuilder to easily build your own. Simply adjust the…