Creates a route pointing to a custom named path.
path
factory SplashRoute.custom(String path, {Object? arguments}) => SplashRoute(path, arguments: arguments);