FFPadding$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPaddingDescriptor instead')
const FFPadding$json = {
  '1': 'FFPadding',
  '2': [
    {'1': 'legacy_left', '3': 1, '4': 1, '5': 1, '8': {}, '10': 'legacyLeft'},
    {
      '1': 'left_value',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'leftValue'
    },
    {'1': 'legacy_top', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'legacyTop'},
    {
      '1': 'top_value',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'topValue'
    },
    {'1': 'legacy_right', '3': 3, '4': 1, '5': 1, '8': {}, '10': 'legacyRight'},
    {
      '1': 'right_value',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'rightValue'
    },
    {
      '1': 'legacy_bottom',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyBottom'
    },
    {
      '1': 'bottom_value',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'bottomValue'
    },
    {
      '1': 'legacy_horizontal',
      '3': 5,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyHorizontal'
    },
    {
      '1': 'horizontal_value',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'horizontalValue'
    },
    {
      '1': 'legacy_vertical',
      '3': 6,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyVertical'
    },
    {
      '1': 'vertical_value',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'verticalValue'
    },
    {'1': 'legacy_all', '3': 7, '4': 1, '5': 1, '8': {}, '10': 'legacyAll'},
    {
      '1': 'all_value',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'allValue'
    },
    {
      '1': 'type',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFPadding.PaddingType',
      '10': 'type'
    },
    {
      '1': 'animated_padding',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAnimatedPadding',
      '10': 'animatedPadding'
    },
    {
      '1': 'theme_spacing_token',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'themeSpacingToken'
    },
  ],
  '4': [FFPadding_PaddingType$json],
};