fix: bug nav transaction
This commit is contained in:
parent
786f7df7dd
commit
b991e06b85
|
@ -38,7 +38,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/qrCodePage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -51,7 +51,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/scheduleCompleteVisitPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -67,7 +67,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/deliverySchedule',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -86,7 +86,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/provisionalSchedule',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -104,7 +104,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/fastPassPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -160,7 +160,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/registerVisitorPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -173,7 +173,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/peopleOnThePropertyPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -198,7 +198,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/preferencesSettings',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -214,7 +214,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/packageOrder',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -233,7 +233,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/reservation',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -295,7 +295,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/liberationHistory',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -308,7 +308,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/acessHistoryPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -321,7 +321,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/scheduleCompleteVisitPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -334,7 +334,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/messageHistoryPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
@ -350,7 +350,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
'/petsPage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
hasTransition: true,
|
||||
hasTransition: false,
|
||||
transitionType: PageTransitionType.scale,
|
||||
alignment: Alignment.bottomCenter,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue