NyRouterOptions constructor
const
NyRouterOptions({
- Widget notFoundPage = const PageNotFound(),
- bool handleNameNotFoundUI = false,
- bool isLoggingEnabled = false,
- PageTransitionSettings pageTransitionSettings = const PageTransitionSettings.base(),
Implementation
const NyRouterOptions({
this.notFoundPage = const PageNotFound(),
this.handleNameNotFoundUI = false,
this.isLoggingEnabled = false,
this.pageTransitionSettings = const PageTransitionSettings.base(),
this.navigatorKey,
});