Theme$json top-level constant

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

Implementation

@$core.Deprecated('Use themeDescriptor instead')
const Theme$json = {
  '1': 'Theme',
  '2': [
    {
      '1': 'primary_color',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'primaryColor'
    },
    {
      '1': 'background_color',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'backgroundColor'
    },
    {'1': 'warn_color', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'warnColor'},
    {'1': 'font_color', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'fontColor'},
    {'1': 'logo_url', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'logoUrl'},
    {'1': 'icon_url', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'iconUrl'},
  ],
};