- override
Called after install() when the route is pushed onto the navigator.
Source
@override
void didPush() {
_animation.addStatusListener(_handleStatusChanged);
_controller.forward();
super.didPush();
}
Called after install() when the route is pushed onto the navigator.
@override
void didPush() {
_animation.addStatusListener(_handleStatusChanged);
_controller.forward();
super.didPush();
}