|
|
@@ -137,7 +137,7 @@ class FluroRouter {
|
|
|
AppRouteMatch match = _routeTree.matchRoute(path);
|
|
|
AppRoute route = match?.route;
|
|
|
|
|
|
- if (route.transitionDuration != null) {
|
|
|
+ if (route?.transitionDuration != null) {
|
|
|
transitionDuration = route.transitionDuration;
|
|
|
}
|
|
|
|