FFTextGradient$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTextGradientDescriptor instead')
const FFTextGradient$json = {
  '1': 'FFTextGradient',
  '2': [
    {
      '1': 'colors',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'colors'
    },
    {
      '1': 'direction',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextGradient.FFGradientDirection',
      '10': 'direction'
    },
    {
      '1': 'type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextGradient.FFGradientType',
      '10': 'type'
    },
    {'1': 'radius', '3': 4, '4': 1, '5': 1, '10': 'radius'},
  ],
  '4': [
    FFTextGradient_FFGradientDirection$json,
    FFTextGradient_FFGradientType$json
  ],
};