CruiserOptions constructor

const CruiserOptions({
  1. bool handleNameNotFoundUI = false,
  2. bool isLoggingEnabled = false,
  3. TransitionType defaultTransition = TransitionType.depth,
  4. bool allowPopLastRoute = false,
  5. GlobalKey<NavigatorState>? navigatorKey,
})

Implementation

const CruiserOptions(
    {this.handleNameNotFoundUI = false,
    this.isLoggingEnabled = false,
    this.defaultTransition = TransitionType.depth,
    this.allowPopLastRoute = false,
    this.navigatorKey});