FFFlippableCard$json top-level constant

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

Implementation

@$core.Deprecated('Use fFFlippableCardDescriptor instead')
const FFFlippableCard$json = {
  '1': 'FFFlippableCard',
  '2': [
    {
      '1': 'axis',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAxis',
      '10': 'axis'
    },
    {
      '1': 'legacy_flip_on_tap',
      '3': 2,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyFlipOnTap'
    },
    {
      '1': 'flip_on_tap_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'flipOnTapValue'
    },
    {
      '1': 'legacy_animation_duration_millis',
      '3': 3,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyAnimationDurationMillis'
    },
    {
      '1': 'animation_duration_millis_value',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'animationDurationMillisValue'
    },
  ],
};