SafaehRouteOptions constructor

const SafaehRouteOptions({
  1. double railWidthOf(
    1. BuildContext context
    )?,
  2. double? tabletBreakpoint,
  3. double? maxWidth,
  4. double? maxHeight,
  5. bool? barrierDismissible,
  6. Duration? motion,
  7. Curve? enterCurve,
  8. Curve? exitCurve,
  9. SafaehTransition? fadeScale,
  10. SafaehTransition? slideUp,
  11. SafaehPhoneSheetPlacement? phonePlacement,
  12. bool? useRootNavigator,
  13. String? dismissLabel,
  14. String? closeTooltip,
  15. SafaehFloatingAppearance? floatingAppearance,
})

Implementation

const SafaehRouteOptions({
  this.railWidthOf,
  this.tabletBreakpoint,
  this.maxWidth,
  this.maxHeight,
  this.barrierDismissible,
  this.motion,
  this.enterCurve,
  this.exitCurve,
  this.fadeScale,
  this.slideUp,
  this.phonePlacement,
  this.useRootNavigator,
  this.dismissLabel,
  this.closeTooltip,
  this.floatingAppearance,
});