NyRouterOptions constructor

const NyRouterOptions({
  1. Widget notFoundPage = const PageNotFound(),
  2. bool handleNameNotFoundUI = false,
  3. bool isLoggingEnabled = false,
  4. PageTransitionSettings pageTransitionSettings = const PageTransitionSettings.base(),
  5. GlobalKey<NavigatorState>? navigatorKey,
})

Implementation

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