UITheme$json top-level constant

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

Implementation

@$core.Deprecated('Use uIThemeDescriptor instead')
const UITheme$json = {
  '1': 'UITheme',
  '2': [
    {
      '1': 'Background',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.UIColorRef',
      '10': 'Background'
    },
    {
      '1': 'Foreground',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.UIColorRef',
      '10': 'Foreground'
    },
    {
      '1': 'Accent',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.UIColorRef',
      '10': 'Accent'
    },
    {
      '1': 'Custom',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.UITheme.CustomEntry',
      '10': 'Custom'
    },
  ],
  '3': [UITheme_CustomEntry$json],
};