FFTypographyStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTypographyStyleDescriptor instead')
const FFTypographyStyle$json = {
  '1': 'FFTypographyStyle',
  '2': [
    {'1': 'style_name', '3': 1, '4': 1, '5': 9, '10': 'styleName'},
    {
      '1': 'text_style',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'textStyle'
    },
  ],
};