FFSwipeableStack$json top-level constant

  1. @Deprecated('Use fFSwipeableStackDescriptor instead')
Map<String, Object> const FFSwipeableStack$json

Implementation

@$core.Deprecated('Use fFSwipeableStackDescriptor instead')
const FFSwipeableStack$json = {
  '1': 'FFSwipeableStack',
  '2': [
    {
      '1': 'legacy_top_card_width_fraction',
      '3': 1,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyTopCardWidthFraction',
    },
    {
      '1': 'legacy_middle_card_width_fraction',
      '3': 2,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyMiddleCardWidthFraction',
    },
    {
      '1': 'legacy_bottom_card_width_fraction',
      '3': 3,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyBottomCardWidthFraction',
    },
    {
      '1': 'legacy_top_card_height_fraction',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyTopCardHeightFraction',
    },
    {
      '1': 'legacy_middle_card_height_fraction',
      '3': 5,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyMiddleCardHeightFraction',
    },
    {
      '1': 'legacy_bottom_card_height_fraction',
      '3': 6,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyBottomCardHeightFraction',
    },
    {'1': 'legacy_loop', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'legacyLoop'},
    {
      '1': 'loop_value',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'loopValue'
    },
    {
      '1': 'legacy_card_display_count',
      '3': 8,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyCardDisplayCount'
    },
    {
      '1': 'card_display_count_value',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'cardDisplayCountValue'
    },
    {'1': 'legacy_scale', '3': 9, '4': 1, '5': 1, '8': {}, '10': 'legacyScale'},
    {
      '1': 'scale_value',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'scaleValue'
    },
    {
      '1': 'legacy_threshold',
      '3': 10,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyThreshold'
    },
    {
      '1': 'threshold_value',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'thresholdValue'
    },
    {
      '1': 'legacy_max_angle',
      '3': 11,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyMaxAngle'
    },
    {
      '1': 'max_angle_value',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'maxAngleValue'
    },
    {
      '1': 'card_padding',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'cardPadding'
    },
    {
      '1': 'back_card_offset',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFOffset',
      '10': 'backCardOffset'
    },
    {
      '1': 'allowed_swipe_direction',
      '3': 19,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFSwipeableStack.SwipeDirectionType',
      '10': 'allowedSwipeDirection'
    },
  ],
  '4': [FFSwipeableStack_SwipeDirectionType$json],
};