FFProgressBar$json top-level constant

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

Implementation

@$core.Deprecated('Use fFProgressBarDescriptor instead')
const FFProgressBar$json = {
  '1': 'FFProgressBar',
  '2': [
    {
      '1': 'shape',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFProgressBar.FFProgressBarShape',
      '10': 'shape'
    },
    {
      '1': 'legacy_percent',
      '3': 2,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyPercent'
    },
    {
      '1': 'percent_value',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'percentValue'
    },
    {
      '1': 'text',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'text'
    },
    {
      '1': 'legacy_progress_color',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyProgressColor'
    },
    {
      '1': 'progress_color_value',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'progressColorValue'
    },
    {
      '1': 'legacy_background_color',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyBackgroundColor'
    },
    {
      '1': 'background_color_value',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'backgroundColorValue'
    },
    {
      '1': 'size',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDimensions',
      '10': 'size'
    },
    {
      '1': 'legacy_animation',
      '3': 7,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyAnimation'
    },
    {
      '1': 'animation_value',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'animationValue'
    },
    {
      '1': 'legacy_start_angle',
      '3': 8,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyStartAngle'
    },
    {
      '1': 'start_angle_value',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'startAngleValue'
    },
    {
      '1': 'legacy_bar_radius',
      '3': 9,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyBarRadius'
    },
    {
      '1': 'bar_radius_value',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'barRadiusValue'
    },
  ],
  '4': [FFProgressBar_FFProgressBarShape$json],
};