Whether this route can perform a transition to the given route.
Subclasses can override this method to restrict the set of routes they need to coordinate transitions with.
Source
bool canTransitionTo(TransitionRoute<dynamic> nextRoute) => true;
Whether this route can perform a transition to the given route.
Subclasses can override this method to restrict the set of routes they need to coordinate transitions with.
bool canTransitionTo(TransitionRoute<dynamic> nextRoute) => true;