FFTextShadow$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTextShadowDescriptor instead')
const FFTextShadow$json = {
  '1': 'FFTextShadow',
  '2': [
    {
      '1': 'color',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'color'
    },
    {
      '1': 'dx',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'dx'
    },
    {
      '1': 'dy',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'dy'
    },
    {
      '1': 'blur_radius',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'blurRadius'
    },
  ],
};