SafaehRouteOptions constructor
const
SafaehRouteOptions({
- double railWidthOf(
- BuildContext context
- double? tabletBreakpoint,
- double? maxWidth,
- double? maxHeight,
- bool? barrierDismissible,
- Duration? motion,
- Curve? enterCurve,
- Curve? exitCurve,
- SafaehTransition? fadeScale,
- SafaehTransition? slideUp,
- SafaehPhoneSheetPlacement? phonePlacement,
- String? dismissLabel,
- String? closeTooltip,
- 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,
});