unKnownRoute property

Widget unKnownRoute

The unknown route widget

Implementation

Widget get unKnownRoute =>
    RouterObjects.rootDelegate!._lastConfiguration != null &&
            RouterObjects.navigationBuilder!.ignoreUnknownRoutes
        ? const Redirect(null)
        : RouterObjects._unknownRoute(this);