FFAspectRatio$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAspectRatioDescriptor instead')
const FFAspectRatio$json = {
  '1': 'FFAspectRatio',
  '2': [
    {
      '1': 'aspect_ratio_value',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'aspectRatioValue'
    },
    {
      '1': 'preset',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAspectRatioPreset',
      '10': 'preset'
    },
  ],
};